#AA7064

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

Shades of Coral Tree #AA7064

Tints of Coral Tree #AA7064

Color information

#AA7064 (or 0xAA7064) is unknown color: approx Coral Tree. HEX triplet: AA, 70 and 64. RGB value is (170,112,100). Sum of RGB (Red+Green+Blue) = 170+112+100=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7064 is #558F9B. Grayscale: #808080. Windows color (decimal): -5607324 or 6582442. OLE color: 6582442.

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

Color convert

RGB170112100-
CMYK00.340.410.33
HSL10.29º29.17%52.94%-
HSV(B)10.29º41.18%66.67%-
XYZ24.6721.0514.82-
YUV127.97112.22157.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 100 (39.45% from 255) = 26.18%
R=44.50%
G=29.32%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011210000.340.410.3310.2929.1752.94
HexAA70640222921a1d35
Octal2521601440425141123565
Binary10101010111000011001000100010101001100001101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7064; }

 p { color: rgb(170,112,100); }

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

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

 a { background-color: rgb(170,112,100); }

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

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

 span { border-color: rgb(170,112,100); }

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