#AA493E

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

Shades of Roof Terracotta #AA493E

Tints of Roof Terracotta #AA493E

Color information

#AA493E (or 0xAA493E) is unknown color: approx Roof Terracotta. HEX triplet: AA, 49 and 3E. RGB value is (170,73,62). Sum of RGB (Red+Green+Blue) = 170+73+62=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA493E is #55B6C1. Grayscale: #646464. Windows color (decimal): -5617346 or 4082090. OLE color: 4082090.

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

Color convert

RGB1707362-
CMYK00.570.640.33
HSL6.11º46.55%45.49%-
HSV(B)6.11º63.53%66.67%-
XYZ19.8313.666.15-
YUV100.75106.14177.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.74%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=55.74%
G=23.93%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170736200.570.640.336.1146.5545.49
HexAA493E039402162f2d
Octal252111760711004165755
Binary10101010100100111111001110011000000100001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA493E; }

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

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

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

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

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

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

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

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