#A64745

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

Shades of Roof Terracotta #A64745

Tints of Roof Terracotta #A64745

Color information

#A64745 (or 0xA64745) is unknown color: approx Roof Terracotta. HEX triplet: A6, 47 and 45. RGB value is (166,71,69). Sum of RGB (Red+Green+Blue) = 166+71+69=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A64745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64745 is #59B8BA. Grayscale: #636363. Windows color (decimal): -5879995 or 4540326. OLE color: 4540326.

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

Color convert

RGB1667169-
CMYK00.570.580.35
HSL1.24º41.28%46.08%-
HSV(B)1.24º58.43%65.1%-
XYZ19.0513.047.14-
YUV99.18110.97175.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.25%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=54.25%
G=23.20%
B=22.55%

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
Decimal166716900.570.580.351.2441.2846.08
HexA647450393A231292e
Octal246107105071724315156
Binary101001101000111100010101110011110101000111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64745; }

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

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

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

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

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

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

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

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