#A64545

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

Shades of Roof Terracotta #A64545

Tints of Roof Terracotta #A64545

Color information

#A64545 (or 0xA64545) is unknown color: approx Roof Terracotta. HEX triplet: A6, 45 and 45. RGB value is (166,69,69). Sum of RGB (Red+Green+Blue) = 166+69+69=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A64545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64545 is #59BABA. Grayscale: #626262. Windows color (decimal): -5880507 or 4539814. OLE color: 4539814.

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

Color convert

RGB1666969-
CMYK00.580.580.35
HSL41.28%46.08%-
HSV(B)58.43%65.1%-
XYZ18.9312.797.1-
YUV98111.64176.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.61%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=54.61%
G=22.70%
B=22.70%

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
Decimal166696900.580.580.35041.2846.08
HexA6454503A3A230292e
Octal246105105072724305156
Binary101001101000101100010101110101110101000110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64545; }

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

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

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

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

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

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

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

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