Html Css Color HEX #AA7676 Coral Tree

📋 copy color: '#AA7676'

red 170 ◦ green 118 ◦ blue 118

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

Shades of Coral Tree #AA7676

Tints of Coral Tree #AA7676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 41.87%
G = 29.06%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA7676 (or 0xAA7676) is known color: Coral Tree. HEX triplet: AA, 76 and 76. RGB value is (170,118,118). Sum of RGB (Red+Green+Blue) = 170+118+118=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7676 is #558989. Grayscale: #858585. Windows color (decimal): -5605770 or 7763626. OLE color: 7763626.

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

Color convert

RGB 170 118 118 -
CMYK 0 0.31 0.31 0.33
HSL 0.23% 0.56% -
HSV(B) 0.31% 0.67% -
XYZ 26.33 22.81 20.15 -
YUV 133.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 170 118 118 0 0.31 0.31 0.33 0 0.23 0.56
Hex AA 76 76 0 1F 1F 21 0 17 38
Octal 252 166 166 0 37 37 41 0 27 70
Binary 10101010 1110110 1110110 0 11111 11111 100001 0 10111 111000

Color Harmonies of #AA7676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7676

Black with #AA7676

Text Example


Text Example

White with #AA7676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7676; }

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

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

background-color css

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

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

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

border-color css

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

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

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