Html Css Color HEX #AA776F Coral Tree

📋 copy color: '#AA776F'

red 170 ◦ green 119 ◦ blue 111

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

Shades of Coral Tree #AA776F

Tints of Coral Tree #AA776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.75%

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

R = 42.5%
G = 29.75%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA776F (or 0xAA776F) is known color: Coral Tree. HEX triplet: AA, 77 and 6F. RGB value is (170,119,111). Sum of RGB (Red+Green+Blue) = 170+119+111=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA776F is #558890. Grayscale: #858585. Windows color (decimal): -5605521 or 7305130. OLE color: 7305130.

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

Color convert

RGB 170 119 111 -
CMYK 0 0.3 0.35 0.33
HSL 8.14º 0.26% 0.55% -
HSV(B) 8.14º 0.35% 0.67% -
XYZ 26.04 22.89 18.08 -
YUV 133.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 170 119 111 0 0.3 0.35 0.33 8.14 0.26 0.55
Hex AA 77 6F 0 1E 23 21 8 1A 37
Octal 252 167 157 0 36 43 41 10 32 67
Binary 10101010 1110111 1101111 0 11110 100011 100001 1000 11010 110111

Color Harmonies of #AA776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA776F

Black with #AA776F

Text Example


Text Example

White with #AA776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA776F; }

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

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

background-color css

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

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

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

border-color css

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

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

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