Html Css Color HEX #AA706E Coral Tree

📋 copy color: '#AA706E'

red 170 ◦ green 112 ◦ blue 110

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

Shades of Coral Tree #AA706E

Tints of Coral Tree #AA706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.06%

R = 43.37%
G = 28.57%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA706E (or 0xAA706E) is known color: Coral Tree. HEX triplet: AA, 70 and 6E. RGB value is (170,112,110). Sum of RGB (Red+Green+Blue) = 170+112+110=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA706E is #558F91. Grayscale: #818181. Windows color (decimal): -5607314 or 7237802. OLE color: 7237802.

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

Color convert

RGB 170 112 110 -
CMYK 0 0.34 0.35 0.33
HSL 0.26% 0.55% -
HSV(B) 0.35% 0.67% -
XYZ 25.19 21.26 17.53 -
YUV 129.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 170 112 110 0 0.34 0.35 0.33 2 0.26 0.55
Hex AA 70 6E 0 22 23 21 2 1A 37
Octal 252 160 156 0 42 43 41 2 32 67
Binary 10101010 1110000 1101110 0 100010 100011 100001 10 11010 110111

Color Harmonies of #AA706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA706E

Black with #AA706E

Text Example


Text Example

White with #AA706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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