Html Css Color HEX #AA776B Coral Tree

📋 copy color: '#AA776B'

red 170 ◦ green 119 ◦ blue 107

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

Shades of Coral Tree #AA776B

Tints of Coral Tree #AA776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 42.93%
G = 30.05%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA776B (or 0xAA776B) is known color: Coral Tree. HEX triplet: AA, 77 and 6B. RGB value is (170,119,107). Sum of RGB (Red+Green+Blue) = 170+119+107=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA776B is #558894. Grayscale: #848484. Windows color (decimal): -5605525 or 7042986. OLE color: 7042986.

HSL color Cylindrical-coordinate representation of color #AA776B: hue angle of 11.43º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA776B is Cyan = 0, Magento = 0.3, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 119 107 -
CMYK 0 0.3 0.37 0.33
HSL 11.43º 0.27% 0.54% -
HSV(B) 11.43º 0.37% 0.67% -
XYZ 25.83 22.8 16.95 -
YUV 132.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 170 119 107 0 0.3 0.37 0.33 11.43 0.27 0.54
Hex AA 77 6B 0 1E 25 21 B 1B 36
Octal 252 167 153 0 36 45 41 13 33 66
Binary 10101010 1110111 1101011 0 11110 100101 100001 1011 11011 110110

Color Harmonies of #AA776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA776B

Black with #AA776B

Text Example


Text Example

White with #AA776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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