#A64B42

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

Shades of Roof Terracotta #A64B42

Tints of Roof Terracotta #A64B42

Color information

#A64B42 (or 0xA64B42) is unknown color: approx Roof Terracotta. HEX triplet: A6, 4B and 42. RGB value is (166,75,66). Sum of RGB (Red+Green+Blue) = 166+75+66=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64B42 is #59B4BD. Grayscale: #656565. Windows color (decimal): -5878974 or 4344742. OLE color: 4344742.

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

Color convert

RGB1667566-
CMYK00.550.600.35
HSL5.4º43.1%45.49%-
HSV(B)5.4º60.24%65.1%-
XYZ19.2313.536.75-
YUV101.18108.15174.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.07%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=54.07%
G=24.43%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166756600.550.600.355.443.145.49
HexA64B420373C2352b2d
Octal246113102067744355355
Binary10100110100101110000100110111111100100011101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B42; }

 p { color: rgb(166,75,66); }

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

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

 a { background-color: rgb(166,75,66); }

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

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

 span { border-color: rgb(166,75,66); }

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