#A64B44

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

Shades of Roof Terracotta #A64B44

Tints of Roof Terracotta #A64B44

Color information

#A64B44 (or 0xA64B44) is unknown color: approx Roof Terracotta. HEX triplet: A6, 4B and 44. RGB value is (166,75,68). Sum of RGB (Red+Green+Blue) = 166+75+68=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64B44 is #59B4BB. Grayscale: #656565. Windows color (decimal): -5878972 or 4475814. OLE color: 4475814.

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

Color convert

RGB1667568-
CMYK00.550.590.35
HSL4.29º41.88%45.88%-
HSV(B)4.29º59.04%65.1%-
XYZ19.2913.567.07-
YUV101.41109.15174.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=53.72%
G=24.27%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166756800.550.590.354.2941.8845.88
HexA64B440373B2342a2e
Octal246113104067734345256
Binary10100110100101110001000110111111011100011100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B44; }

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

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

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

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

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

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

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

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