#A44945

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

Shades of Roof Terracotta #A44945

Tints of Roof Terracotta #A44945

Color information

#A44945 (or 0xA44945) is unknown color: approx Roof Terracotta. HEX triplet: A4, 49 and 45. RGB value is (164,73,69). Sum of RGB (Red+Green+Blue) = 164+73+69=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A44945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44945 is #5BB6BA. Grayscale: #636363. Windows color (decimal): -6010555 or 4540836. OLE color: 4540836.

HSL color Cylindrical-coordinate representation of color #A44945: hue angle of 2.53º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A44945 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB1647369-
CMYK00.550.580.36
HSL2.53º40.77%45.69%-
HSV(B)2.53º57.93%64.31%-
XYZ18.7713.097.17-
YUV99.75110.65173.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.59%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=53.59%
G=23.86%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164736900.550.580.362.5340.7745.69
HexA449450373A243292e
Octal244111105067724435156
Binary1010010010010011000101011011111101010010011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44945; }

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

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

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

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

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

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

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

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