Html Css Color HEX #AA7062 Coral Tree

📋 copy color: '#AA7062'

red 170 ◦ green 112 ◦ blue 98

#AA7062
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #AA7062

Tints of Coral Tree #AA7062

RGB

 RED value IS 170 (66.8% from 255) = 44.74%

 GREEN value IS 112 (44.14% from 255) = 29.47%

 BLUE value IS 98 (38.67% from 255) = 25.79%

R = 44.74%
G = 29.47%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA7062 (or 0xAA7062) is known color: Coral Tree. HEX triplet: AA, 70 and 62. RGB value is (170,112,98). Sum of RGB (Red+Green+Blue) = 170+112+98=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7062 is #558F9D. Grayscale: #7F7F7F. Windows color (decimal): -5607326 or 6451370. OLE color: 6451370.

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

Color convert

RGB 170 112 98 -
CMYK 0 0.34 0.42 0.33
HSL 11.67º 0.3% 0.53% -
HSV(B) 11.67º 0.42% 0.67% -
XYZ 24.58 21.02 14.32 -
YUV 127.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 170 112 98 0 0.34 0.42 0.33 11.67 0.3 0.53
Hex AA 70 62 0 22 2A 21 C 1E 35
Octal 252 160 142 0 42 52 41 14 36 65
Binary 10101010 1110000 1100010 0 100010 101010 100001 1100 11110 110101

Color Harmonies of #AA7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7062

Black with #AA7062

Text Example


Text Example

White with #AA7062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7062; }

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

 H1.HeaderClassName
 {
   color: #AA7062;
 }
 .AnyTagClassName
 {
   color: #AA7062;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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