#AA4949

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

Shades of Roof Terracotta #AA4949

Tints of Roof Terracotta #AA4949

Color information

#AA4949 (or 0xAA4949) is unknown color: approx Roof Terracotta. HEX triplet: AA, 49 and 49. RGB value is (170,73,73). Sum of RGB (Red+Green+Blue) = 170+73+73=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4949 is #55B6B6. Grayscale: #666666. Windows color (decimal): -5617335 or 4802986. OLE color: 4802986.

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

Color convert

RGB1707373-
CMYK00.570.570.33
HSL39.92%47.65%-
HSV(B)57.06%66.67%-
XYZ20.1613.797.9-
YUV102111.64176.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.80%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=53.80%
G=23.10%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170737300.570.570.33039.9247.65
HexAA4949039392102830
Octal252111111071714105060
Binary101010101001001100100101110011110011000010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4949; }

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

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

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

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

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

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

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

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