Html Css Color HEX #A8766F Coral Tree

📋 copy color: '#A8766F'

red 168 ◦ green 118 ◦ blue 111

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

Shades of Coral Tree #A8766F

Tints of Coral Tree #A8766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.96%

R = 42.32%
G = 29.72%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8766F (or 0xA8766F) is known color: Coral Tree. HEX triplet: A8, 76 and 6F. RGB value is (168,118,111). Sum of RGB (Red+Green+Blue) = 168+118+111=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8766F is #578990. Grayscale: #848484. Windows color (decimal): -5736849 or 7304872. OLE color: 7304872.

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

Color convert

RGB 168 118 111 -
CMYK 0 0.30 0.34 0.34
HSL 7.37º 0.25% 0.55% -
HSV(B) 7.37º 0.34% 0.66% -
XYZ 25.5 22.43 18.02 -
YUV 132.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 168 118 111 0 0.30 0.34 0.34 7.37 0.25 0.55
Hex A8 76 6F 0 1E 22 22 7 19 37
Octal 250 166 157 0 36 42 42 7 31 67
Binary 10101000 1110110 1101111 0 11110 100010 100010 111 11001 110111

Color Harmonies of #A8766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8766F

Black with #A8766F

Text Example


Text Example

White with #A8766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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