#A64544

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

Shades of Roof Terracotta #A64544

Tints of Roof Terracotta #A64544

Color information

#A64544 (or 0xA64544) is unknown color: approx Roof Terracotta. HEX triplet: A6, 45 and 44. RGB value is (166,69,68). Sum of RGB (Red+Green+Blue) = 166+69+68=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A64544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64544 is #59BABB. Grayscale: #616161. Windows color (decimal): -5880508 or 4474278. OLE color: 4474278.

HSL color Cylindrical-coordinate representation of color #A64544: hue angle of 0.61º 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 #A64544 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1666968-
CMYK00.580.590.35
HSL0.61º41.88%45.88%-
HSV(B)0.61º59.04%65.1%-
XYZ18.912.786.94-
YUV97.89111.14176.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=54.79%
G=22.77%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166696800.580.590.350.6141.8845.88
HexA6454403A3B2312a2e
Octal246105104072734315256
Binary101001101000101100010001110101110111000111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64544; }

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

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

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

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

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

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

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

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