#A64A45

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

Shades of Roof Terracotta #A64A45

Tints of Roof Terracotta #A64A45

Color information

#A64A45 (or 0xA64A45) is unknown color: approx Roof Terracotta. HEX triplet: A6, 4A and 45. RGB value is (166,74,69). Sum of RGB (Red+Green+Blue) = 166+74+69=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A45 is #59B5BA. Grayscale: #656565. Windows color (decimal): -5879227 or 4541094. OLE color: 4541094.

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

Color convert

RGB1667469-
CMYK00.550.580.35
HSL3.09º41.28%46.08%-
HSV(B)3.09º58.43%65.1%-
XYZ19.2513.437.21-
YUV100.94109.98174.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=53.72%
G=23.95%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166746900.550.580.353.0941.2846.08
HexA64A450373A233292e
Octal246112105067724335156
Binary1010011010010101000101011011111101010001111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A45; }

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

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

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

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

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

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

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

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