#A64945

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

Shades of Roof Terracotta #A64945

Tints of Roof Terracotta #A64945

Color information

#A64945 (or 0xA64945) is unknown color: approx Roof Terracotta. HEX triplet: A6, 49 and 45. RGB value is (166,73,69). Sum of RGB (Red+Green+Blue) = 166+73+69=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A64945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64945 is #59B6BA. Grayscale: #646464. Windows color (decimal): -5879483 or 4540838. OLE color: 4540838.

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

Color convert

RGB1667369-
CMYK00.560.580.35
HSL2.47º41.28%46.08%-
HSV(B)2.47º58.43%65.1%-
XYZ19.1813.37.19-
YUV100.35110.31174.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.90%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=53.90%
G=23.70%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166736900.560.580.352.4741.2846.08
HexA649450383A232292e
Octal246111105070724325156
Binary1010011010010011000101011100011101010001110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64945; }

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

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

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

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

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

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

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

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