Html Css Color HEX #AA7775 Coral Tree

📋 copy color: '#AA7775'

red 170 ◦ green 119 ◦ blue 117

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

Shades of Coral Tree #AA7775

Tints of Coral Tree #AA7775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 41.87%
G = 29.31%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA7775 (or 0xAA7775) is known color: Coral Tree. HEX triplet: AA, 77 and 75. RGB value is (170,119,117). Sum of RGB (Red+Green+Blue) = 170+119+117=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7775 is #55888A. Grayscale: #868686. Windows color (decimal): -5605515 or 7698346. OLE color: 7698346.

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

Color convert

RGB 170 119 117 -
CMYK 0 0.3 0.31 0.33
HSL 2.26º 0.24% 0.56% -
HSV(B) 2.26º 0.31% 0.67% -
XYZ 26.39 23.02 19.88 -
YUV 134.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 170 119 117 0 0.3 0.31 0.33 2.26 0.24 0.56
Hex AA 77 75 0 1E 1F 21 2 18 38
Octal 252 167 165 0 36 37 41 2 30 70
Binary 10101010 1110111 1110101 0 11110 11111 100001 10 11000 111000

Color Harmonies of #AA7775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7775

Black with #AA7775

Text Example


Text Example

White with #AA7775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7775; }

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

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

background-color css

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

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

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

border-color css

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

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

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