Html Css Color HEX #AA766B Coral Tree

📋 copy color: '#AA766B'

red 170 ◦ green 118 ◦ blue 107

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

Shades of Coral Tree #AA766B

Tints of Coral Tree #AA766B

RGB

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

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

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

R = 43.04%
G = 29.87%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA766B (or 0xAA766B) is known color: Coral Tree. HEX triplet: AA, 76 and 6B. RGB value is (170,118,107). Sum of RGB (Red+Green+Blue) = 170+118+107=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA766B is #558994. Grayscale: #848484. Windows color (decimal): -5605781 or 7042730. OLE color: 7042730.

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

Color convert

RGB 170 118 107 -
CMYK 0 0.31 0.37 0.33
HSL 10.48º 0.27% 0.54% -
HSV(B) 10.48º 0.37% 0.67% -
XYZ 25.71 22.56 16.91 -
YUV 132.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 170 118 107 0 0.31 0.37 0.33 10.48 0.27 0.54
Hex AA 76 6B 0 1F 25 21 A 1B 36
Octal 252 166 153 0 37 45 41 12 33 66
Binary 10101010 1110110 1101011 0 11111 100101 100001 1010 11011 110110

Color Harmonies of #AA766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA766B

Black with #AA766B

Text Example


Text Example

White with #AA766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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