Html Css Color HEX #AA706B Coral Tree

📋 copy color: '#AA706B'

red 170 ◦ green 112 ◦ blue 107

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

Shades of Coral Tree #AA706B

Tints of Coral Tree #AA706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.51%

R = 43.7%
G = 28.79%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA706B (or 0xAA706B) is known color: Coral Tree. HEX triplet: AA, 70 and 6B. RGB value is (170,112,107). Sum of RGB (Red+Green+Blue) = 170+112+107=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA706B is #558F94. Grayscale: #808080. Windows color (decimal): -5607317 or 7041194. OLE color: 7041194.

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

Color convert

RGB 170 112 107 -
CMYK 0 0.34 0.37 0.33
HSL 4.76º 0.27% 0.54% -
HSV(B) 4.76º 0.37% 0.67% -
XYZ 25.03 21.2 16.68 -
YUV 128.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 170 112 107 0 0.34 0.37 0.33 4.76 0.27 0.54
Hex AA 70 6B 0 22 25 21 5 1B 36
Octal 252 160 153 0 42 45 41 5 33 66
Binary 10101010 1110000 1101011 0 100010 100101 100001 101 11011 110110

Color Harmonies of #AA706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA706B

Black with #AA706B

Text Example


Text Example

White with #AA706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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