#AA4140

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

Shades of Roof Terracotta #AA4140

Tints of Roof Terracotta #AA4140

Color information

#AA4140 (or 0xAA4140) is unknown color: approx Roof Terracotta. HEX triplet: AA, 41 and 40. RGB value is (170,65,64). Sum of RGB (Red+Green+Blue) = 170+65+64=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4140 is #55BEBF. Grayscale: #606060. Windows color (decimal): -5619392 or 4211114. OLE color: 4211114.

HSL color Cylindrical-coordinate representation of color #AA4140: 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 #AA4140 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1706564-
CMYK00.620.620.33
HSL0.57º45.3%45.88%-
HSV(B)0.57º62.35%66.67%-
XYZ19.3912.76.28-
YUV96.28109.79180.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.86%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=56.86%
G=21.74%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170656400.620.620.330.5745.345.88
HexAA414003E3E2112d2e
Octal252101100076764115556
Binary101010101000001100000001111101111101000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4140; }

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

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

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

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

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

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

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

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