#AA4444

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

Shades of Roof Terracotta #AA4444

Tints of Roof Terracotta #AA4444

Color information

#AA4444 (or 0xAA4444) is unknown color: approx Roof Terracotta. HEX triplet: AA, 44 and 44. RGB value is (170,68,68). Sum of RGB (Red+Green+Blue) = 170+68+68=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4444 is #55BBBB. Grayscale: #626262. Windows color (decimal): -5618620 or 4474026. OLE color: 4474026.

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

Color convert

RGB1706868-
CMYK00.60.60.33
HSL42.86%46.67%-
HSV(B)60%66.67%-
XYZ19.6913.16.96-
YUV98.5110.79179-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=55.56%
G=22.22%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170686800.60.60.33042.8646.67
HexAA444403C3C2102b2f
Octal252104104074744105357
Binary101010101000100100010001111001111001000010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4444; }

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

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

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

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

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

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

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

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