#A6433D

Color #A6433D Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #A6433D

Tints of Roof Terracotta #A6433D

Color information

#A6433D (or 0xA6433D) is unknown color: approx Roof Terracotta. HEX triplet: A6, 43 and 3D. RGB value is (166,67,61). Sum of RGB (Red+Green+Blue) = 166+67+61=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6433D is #59BCC2. Grayscale: #606060. Windows color (decimal): -5881027 or 4015014. OLE color: 4015014.

HSL color Cylindrical-coordinate representation of color #A6433D: hue angle of 3.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6433D is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1666761-
CMYK00.600.630.35
HSL3.43º46.26%44.51%-
HSV(B)3.43º63.25%65.1%-
XYZ18.5812.465.84-
YUV95.92108.3177.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 56.46%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=56.46%
G=22.79%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166676100.600.630.353.4346.2644.51
HexA6433D03C3F2332e2d
Octal24610375074774335655
Binary101001101000011111101011110011111110001111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6433D; }

 p { color: rgb(166,67,61); }

 H1.HeaderClassName
 {
   color: #A6433D;
 }
 .AnyTagClassName
 {
   color: #A6433D;
 }
</style>
background-color css

<style>
 a { background-color: #A6433D; }

 a { background-color: rgb(166,67,61); }

 div.DivClassName
 {
   background-color: #A6433D;
 }
 .BgClassName
 {
   background-color: #A6433D;
 }
</style>
border-color css

<style>
 span { border-color: #A6433D; }

 span { border-color: rgb(166,67,61); }

 td.TdClassName
 {
   border-color: #A6433D;
 }
 .TagClassName
 {
   border-color: #A6433D;
 }
</style>