Html Css Color HEX #AA716A Coral Tree

📋 copy color: '#AA716A'

red 170 ◦ green 113 ◦ blue 106

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

Shades of Coral Tree #AA716A

Tints of Coral Tree #AA716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

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

R = 43.7%
G = 29.05%
B = 27.25%

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

#AA716A (or 0xAA716A) is known color: Coral Tree. HEX triplet: AA, 71 and 6A. RGB value is (170,113,106). Sum of RGB (Red+Green+Blue) = 170+113+106=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA716A is #558E95. Grayscale: #818181. Windows color (decimal): -5607062 or 6975914. OLE color: 6975914.

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

Color convert

RGB 170 113 106 -
CMYK 0 0.34 0.38 0.33
HSL 6.56º 0.27% 0.54% -
HSV(B) 6.56º 0.38% 0.67% -
XYZ 25.08 21.4 16.44 -
YUV 129.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 170 113 106 0 0.34 0.38 0.33 6.56 0.27 0.54
Hex AA 71 6A 0 22 26 21 7 1B 36
Octal 252 161 152 0 42 46 41 7 33 66
Binary 10101010 1110001 1101010 0 100010 100110 100001 111 11011 110110

Color Harmonies of #AA716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA716A

Black with #AA716A

Text Example


Text Example

White with #AA716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA716A; }

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

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

background-color css

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

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

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

border-color css

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

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

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