Html Css Color HEX #AA766A Coral Tree

📋 copy color: '#AA766A'

red 170 ◦ green 118 ◦ blue 106

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

Shades of Coral Tree #AA766A

Tints of Coral Tree #AA766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 43.15%
G = 29.95%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA766A (or 0xAA766A) is known color: Coral Tree. HEX triplet: AA, 76 and 6A. RGB value is (170,118,106). Sum of RGB (Red+Green+Blue) = 170+118+106=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA766A is #558995. Grayscale: #848484. Windows color (decimal): -5605782 or 6977194. OLE color: 6977194.

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

Color convert

RGB 170 118 106 -
CMYK 0 0.31 0.38 0.33
HSL 11.25º 0.27% 0.54% -
HSV(B) 11.25º 0.38% 0.67% -
XYZ 25.66 22.54 16.63 -
YUV 132.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 170 118 106 0 0.31 0.38 0.33 11.25 0.27 0.54
Hex AA 76 6A 0 1F 26 21 B 1B 36
Octal 252 166 152 0 37 46 41 13 33 66
Binary 10101010 1110110 1101010 0 11111 100110 100001 1011 11011 110110

Color Harmonies of #AA766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA766A

Black with #AA766A

Text Example


Text Example

White with #AA766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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