#A64845

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

Shades of Roof Terracotta #A64845

Tints of Roof Terracotta #A64845

Color information

#A64845 (or 0xA64845) is unknown color: approx Roof Terracotta. HEX triplet: A6, 48 and 45. RGB value is (166,72,69). Sum of RGB (Red+Green+Blue) = 166+72+69=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A64845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64845 is #59B7BA. Grayscale: #636363. Windows color (decimal): -5879739 or 4540582. OLE color: 4540582.

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

Color convert

RGB1667269-
CMYK00.570.580.35
HSL1.86º41.28%46.08%-
HSV(B)1.86º58.43%65.1%-
XYZ19.1213.177.16-
YUV99.76110.64175.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.07%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=54.07%
G=23.45%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166726900.570.580.351.8641.2846.08
HexA648450393A232292e
Octal246110105071724325156
Binary1010011010010001000101011100111101010001110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64845; }

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

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

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

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

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

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

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

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