#AA4242

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

Shades of Roof Terracotta #AA4242

Tints of Roof Terracotta #AA4242

Color information

#AA4242 (or 0xAA4242) is unknown color: approx Roof Terracotta. HEX triplet: AA, 42 and 42. RGB value is (170,66,66). Sum of RGB (Red+Green+Blue) = 170+66+66=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4242 is #55BDBD. Grayscale: #616161. Windows color (decimal): -5619134 or 4342442. OLE color: 4342442.

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

Color convert

RGB1706666-
CMYK00.610.610.33
HSL44.07%46.27%-
HSV(B)61.18%66.67%-
XYZ19.5112.846.6-
YUV97.1110.46180-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=56.29%
G=21.85%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170666600.610.610.33044.0746.27
HexAA424203D3D2102c2e
Octal252102102075754105456
Binary101010101000010100001001111011111011000010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4242; }

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

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

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

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

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

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

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

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