#AA4542

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

Shades of Roof Terracotta #AA4542

Tints of Roof Terracotta #AA4542

Color information

#AA4542 (or 0xAA4542) is unknown color: approx Roof Terracotta. HEX triplet: AA, 45 and 42. RGB value is (170,69,66). Sum of RGB (Red+Green+Blue) = 170+69+66=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4542 is #55BABD. Grayscale: #626262. Windows color (decimal): -5618366 or 4343210. OLE color: 4343210.

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

Color convert

RGB1706966-
CMYK00.590.610.33
HSL1.73º44.07%46.27%-
HSV(B)1.73º61.18%66.67%-
XYZ19.6913.26.66-
YUV98.86109.46178.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.74%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=55.74%
G=22.62%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170696600.590.610.331.7344.0746.27
HexAA454203B3D2122c2e
Octal252105102073754125456
Binary1010101010001011000010011101111110110000110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4542; }

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

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

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

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

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

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

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

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