#AA4944

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

Shades of Roof Terracotta #AA4944

Tints of Roof Terracotta #AA4944

Color information

#AA4944 (or 0xAA4944) is unknown color: approx Roof Terracotta. HEX triplet: AA, 49 and 44. RGB value is (170,73,68). Sum of RGB (Red+Green+Blue) = 170+73+68=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4944 is #55B6BB. Grayscale: #656565. Windows color (decimal): -5617340 or 4475306. OLE color: 4475306.

HSL color Cylindrical-coordinate representation of color #AA4944: hue angle of 2.94º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4944 is Cyan = 0, Magento = 0.57, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB1707368-
CMYK00.570.60.33
HSL2.94º42.86%46.67%-
HSV(B)2.94º60%66.67%-
XYZ2013.737.06-
YUV101.43109.14176.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 68 (26.95% from 255) = 21.86%
R=54.66%
G=23.47%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170736800.570.60.332.9442.8646.67
HexAA49440393C2132b2f
Octal252111104071744135357
Binary1010101010010011000100011100111110010000111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4944; }

 p { color: rgb(170,73,68); }

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

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

 a { background-color: rgb(170,73,68); }

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

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

 span { border-color: rgb(170,73,68); }

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