#A64645

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

Shades of Roof Terracotta #A64645

Tints of Roof Terracotta #A64645

Color information

#A64645 (or 0xA64645) is unknown color: approx Roof Terracotta. HEX triplet: A6, 46 and 45. RGB value is (166,70,69). Sum of RGB (Red+Green+Blue) = 166+70+69=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A64645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64645 is #59B9BA. Grayscale: #626262. Windows color (decimal): -5880251 or 4540070. OLE color: 4540070.

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

Color convert

RGB1667069-
CMYK00.580.580.35
HSL0.62º41.28%46.08%-
HSV(B)0.62º58.43%65.1%-
XYZ18.9912.927.12-
YUV98.59111.3176.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.43%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=54.43%
G=22.95%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166706900.580.580.350.6241.2846.08
HexA6464503A3A231292e
Octal246106105072724315156
Binary101001101000110100010101110101110101000111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64645; }

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

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

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

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

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

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

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

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