Html Css Color HEX #AA776A Coral Tree

📋 copy color: '#AA776A'

red 170 ◦ green 119 ◦ blue 106

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

Shades of Coral Tree #AA776A

Tints of Coral Tree #AA776A

RGB

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

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

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

R = 43.04%
G = 30.13%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA776A (or 0xAA776A) is known color: Coral Tree. HEX triplet: AA, 77 and 6A. RGB value is (170,119,106). Sum of RGB (Red+Green+Blue) = 170+119+106=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA776A is #558895. Grayscale: #848484. Windows color (decimal): -5605526 or 6977450. OLE color: 6977450.

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

Color convert

RGB 170 119 106 -
CMYK 0 0.3 0.38 0.33
HSL 12.19º 0.27% 0.54% -
HSV(B) 12.19º 0.38% 0.67% -
XYZ 25.78 22.78 16.67 -
YUV 132.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 170 119 106 0 0.3 0.38 0.33 12.19 0.27 0.54
Hex AA 77 6A 0 1E 26 21 C 1B 36
Octal 252 167 152 0 36 46 41 14 33 66
Binary 10101010 1110111 1101010 0 11110 100110 100001 1100 11011 110110

Color Harmonies of #AA776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA776A

Black with #AA776A

Text Example


Text Example

White with #AA776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA776A; }

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

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

background-color css

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

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

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

border-color css

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

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

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