#AA4241

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

Shades of Roof Terracotta #AA4241

Tints of Roof Terracotta #AA4241

Color information

#AA4241 (or 0xAA4241) is unknown color: approx Roof Terracotta. HEX triplet: AA, 42 and 41. RGB value is (170,66,65). Sum of RGB (Red+Green+Blue) = 170+66+65=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4241 is #55BDBE. Grayscale: #616161. Windows color (decimal): -5619135 or 4276906. OLE color: 4276906.

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

Color convert

RGB1706665-
CMYK00.610.620.33
HSL0.57º44.68%46.08%-
HSV(B)0.57º61.76%66.67%-
XYZ19.4812.826.45-
YUV96.98109.96180.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=56.48%
G=21.93%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170666500.610.620.330.5744.6846.08
HexAA424103D3E2112d2e
Octal252102101075764115556
Binary101010101000010100000101111011111101000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4241; }

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

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

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

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

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

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

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

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