#AA7162

Color #AA7162 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AA7162

Tints of Coral Tree #AA7162

Color information

#AA7162 (or 0xAA7162) is unknown color: approx Coral Tree. HEX triplet: AA, 71 and 62. RGB value is (170,113,98). Sum of RGB (Red+Green+Blue) = 170+113+98=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7162 is #558E9D. Grayscale: #808080. Windows color (decimal): -5607070 or 6451626. OLE color: 6451626.

HSL color Cylindrical-coordinate representation of color #AA7162: hue angle of 12.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7162 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17011398-
CMYK00.340.420.33
HSL12.5º29.75%52.55%-
HSV(B)12.5º42.35%66.67%-
XYZ24.6921.2414.35-
YUV128.33110.88157.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 113 (44.53% from 255) = 29.66%
BLUE value IS 98 (38.67% from 255) = 25.72%
R=44.62%
G=29.66%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701139800.340.420.3312.529.7552.55
HexAA71620222A21c1e35
Octal2521611420425241143665
Binary10101010111000111000100100010101010100001110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7162; }

 p { color: rgb(170,113,98); }

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

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

 a { background-color: rgb(170,113,98); }

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

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

 span { border-color: rgb(170,113,98); }

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