Html Css Color HEX #AA766F Coral Tree

📋 copy color: '#AA766F'

red 170 ◦ green 118 ◦ blue 111

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

Shades of Coral Tree #AA766F

Tints of Coral Tree #AA766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.82%

R = 42.61%
G = 29.57%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA766F (or 0xAA766F) is known color: Coral Tree. HEX triplet: AA, 76 and 6F. RGB value is (170,118,111). Sum of RGB (Red+Green+Blue) = 170+118+111=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA766F is #558990. Grayscale: #848484. Windows color (decimal): -5605777 or 7304874. OLE color: 7304874.

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

Color convert

RGB 170 118 111 -
CMYK 0 0.31 0.35 0.33
HSL 7.12º 0.26% 0.55% -
HSV(B) 7.12º 0.35% 0.67% -
XYZ 25.93 22.65 18.04 -
YUV 132.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 170 118 111 0 0.31 0.35 0.33 7.12 0.26 0.55
Hex AA 76 6F 0 1F 23 21 7 1A 37
Octal 252 166 157 0 37 43 41 7 32 67
Binary 10101010 1110110 1101111 0 11111 100011 100001 111 11010 110111

Color Harmonies of #AA766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA766F

Black with #AA766F

Text Example


Text Example

White with #AA766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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