#AA4642

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

Shades of Roof Terracotta #AA4642

Tints of Roof Terracotta #AA4642

Color information

#AA4642 (or 0xAA4642) is unknown color: approx Roof Terracotta. HEX triplet: AA, 46 and 42. RGB value is (170,70,66). Sum of RGB (Red+Green+Blue) = 170+70+66=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4642 is #55B9BD. Grayscale: #636363. Windows color (decimal): -5618110 or 4343466. OLE color: 4343466.

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

Color convert

RGB1707066-
CMYK00.590.610.33
HSL2.31º44.07%46.27%-
HSV(B)2.31º61.18%66.67%-
XYZ19.7513.326.68-
YUV99.44109.13178.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 66 (26.17% from 255) = 21.57%
R=55.56%
G=22.88%
B=21.57%

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
Decimal170706600.590.610.332.3144.0746.27
HexAA464203B3D2122c2e
Octal252106102073754125456
Binary1010101010001101000010011101111110110000110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4642; }

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

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

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

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

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

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

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

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