#A64B40

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

Shades of Roof Terracotta #A64B40

Tints of Roof Terracotta #A64B40

Color information

#A64B40 (or 0xA64B40) is unknown color: approx Roof Terracotta. HEX triplet: A6, 4B and 40. RGB value is (166,75,64). Sum of RGB (Red+Green+Blue) = 166+75+64=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64B40 is #59B4BF. Grayscale: #656565. Windows color (decimal): -5878976 or 4213670. OLE color: 4213670.

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

Color convert

RGB1667564-
CMYK00.550.610.35
HSL6.47º44.35%45.1%-
HSV(B)6.47º61.45%65.1%-
XYZ19.1713.516.45-
YUV100.96107.15174.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.43%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=54.43%
G=24.59%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166756400.550.610.356.4744.3545.1
HexA64B400373D2362c2d
Octal246113100067754365455
Binary10100110100101110000000110111111101100011110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B40; }

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

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

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

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

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

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

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

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