#AA483E

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

Shades of Roof Terracotta #AA483E

Tints of Roof Terracotta #AA483E

Color information

#AA483E (or 0xAA483E) is unknown color: approx Roof Terracotta. HEX triplet: AA, 48 and 3E. RGB value is (170,72,62). Sum of RGB (Red+Green+Blue) = 170+72+62=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA483E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA483E is #55B7C1. Grayscale: #646464. Windows color (decimal): -5617602 or 4081834. OLE color: 4081834.

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

Color convert

RGB1707262-
CMYK00.580.640.33
HSL5.56º46.55%45.49%-
HSV(B)5.56º63.53%66.67%-
XYZ19.7613.536.13-
YUV100.16106.47177.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.92%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 62 (24.61% from 255) = 20.39%
R=55.92%
G=23.68%
B=20.39%

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
Decimal170726200.580.640.335.5646.5545.49
HexAA483E03A402162f2d
Octal252110760721004165755
Binary10101010100100011111001110101000000100001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA483E; }

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

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

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

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

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

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

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

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