Html Css Color HEX #AA706A Coral Tree

📋 copy color: '#AA706A'

red 170 ◦ green 112 ◦ blue 106

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

Shades of Coral Tree #AA706A

Tints of Coral Tree #AA706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 43.81%
G = 28.87%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA706A (or 0xAA706A) is known color: Coral Tree. HEX triplet: AA, 70 and 6A. RGB value is (170,112,106). Sum of RGB (Red+Green+Blue) = 170+112+106=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA706A is #558F95. Grayscale: #808080. Windows color (decimal): -5607318 or 6975658. OLE color: 6975658.

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

Color convert

RGB 170 112 106 -
CMYK 0 0.34 0.38 0.33
HSL 5.63º 0.27% 0.54% -
HSV(B) 5.63º 0.38% 0.67% -
XYZ 24.97 21.18 16.41 -
YUV 128.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 170 112 106 0 0.34 0.38 0.33 5.63 0.27 0.54
Hex AA 70 6A 0 22 26 21 6 1B 36
Octal 252 160 152 0 42 46 41 6 33 66
Binary 10101010 1110000 1101010 0 100010 100110 100001 110 11011 110110

Color Harmonies of #AA706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA706A

Black with #AA706A

Text Example


Text Example

White with #AA706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA706A; }

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

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

background-color css

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

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

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

border-color css

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

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

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