Html Css Color HEX #A8766D Coral Tree

📋 copy color: '#A8766D'

red 168 ◦ green 118 ◦ blue 109

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

Shades of Coral Tree #A8766D

Tints of Coral Tree #A8766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.59%

R = 42.53%
G = 29.87%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8766D (or 0xA8766D) is known color: Coral Tree. HEX triplet: A8, 76 and 6D. RGB value is (168,118,109). Sum of RGB (Red+Green+Blue) = 168+118+109=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8766D is #578992. Grayscale: #848484. Windows color (decimal): -5736851 or 7173800. OLE color: 7173800.

HSL color Cylindrical-coordinate representation of color #A8766D: hue angle of 9.15º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8766D is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 118 109 -
CMYK 0 0.30 0.35 0.34
HSL 9.15º 0.25% 0.54% -
HSV(B) 9.15º 0.35% 0.66% -
XYZ 25.39 22.39 17.45 -
YUV 131.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 168 118 109 0 0.30 0.35 0.34 9.15 0.25 0.54
Hex A8 76 6D 0 1E 23 22 9 19 36
Octal 250 166 155 0 36 43 42 11 31 66
Binary 10101000 1110110 1101101 0 11110 100011 100010 1001 11001 110110

Color Harmonies of #A8766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8766D

Black with #A8766D

Text Example


Text Example

White with #A8766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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