#AA473E

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

Shades of Roof Terracotta #AA473E

Tints of Roof Terracotta #AA473E

Color information

#AA473E (or 0xAA473E) is unknown color: approx Roof Terracotta. HEX triplet: AA, 47 and 3E. RGB value is (170,71,62). Sum of RGB (Red+Green+Blue) = 170+71+62=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA473E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA473E is #55B8C1. Grayscale: #636363. Windows color (decimal): -5617858 or 4081578. OLE color: 4081578.

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

Color convert

RGB1707162-
CMYK00.580.640.33
HSL46.55%45.49%-
HSV(B)63.53%66.67%-
XYZ19.713.46.11-
YUV99.58106.8178.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.11%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=56.11%
G=23.43%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170716200.580.640.33546.5545.49
HexAA473E03A402152f2d
Octal252107760721004155755
Binary10101010100011111111001110101000000100001101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA473E; }

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

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

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

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

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

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

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

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