Html Css Color HEX #A87976 Coral Tree

📋 copy color: '#A87976'

red 168 ◦ green 121 ◦ blue 118

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

Shades of Coral Tree #A87976

Tints of Coral Tree #A87976

RGB

 RED value IS 168 (66.02% from 255) = 41.28%

 GREEN value IS 121 (47.66% from 255) = 29.73%

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

R = 41.28%
G = 29.73%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A87976 (or 0xA87976) is known color: Coral Tree. HEX triplet: A8, 79 and 76. RGB value is (168,121,118). Sum of RGB (Red+Green+Blue) = 168+121+118=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A87976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87976 is #578689. Grayscale: #868686. Windows color (decimal): -5736074 or 7764392. OLE color: 7764392.

HSL color Cylindrical-coordinate representation of color #A87976: hue angle of 3.6º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A87976 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 121 118 -
CMYK 0 0.28 0.30 0.34
HSL 3.6º 0.22% 0.56% -
HSV(B) 3.6º 0.3% 0.66% -
XYZ 26.26 23.31 20.25 -
YUV 134.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 168 121 118 0 0.28 0.30 0.34 3.6 0.22 0.56
Hex A8 79 76 0 1C 1E 22 4 16 38
Octal 250 171 166 0 34 36 42 4 26 70
Binary 10101000 1111001 1110110 0 11100 11110 100010 100 10110 111000

Color Harmonies of #A87976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87976

Black with #A87976

Text Example


Text Example

White with #A87976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87976; }

 p { color: rgb(168,121,118); }

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

background-color css

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

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

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

border-color css

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

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

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