Html Css Color HEX #A8706F Coral Tree

📋 copy color: '#A8706F'

red 168 ◦ green 112 ◦ blue 111

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

Shades of Coral Tree #A8706F

Tints of Coral Tree #A8706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

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

R = 42.97%
G = 28.64%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8706F (or 0xA8706F) is known color: Coral Tree. HEX triplet: A8, 70 and 6F. RGB value is (168,112,111). Sum of RGB (Red+Green+Blue) = 168+112+111=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8706F is #578F90. Grayscale: #808080. Windows color (decimal): -5738385 or 7303336. OLE color: 7303336.

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

Color convert

RGB 168 112 111 -
CMYK 0 0.33 0.34 0.34
HSL 1.05º 0.25% 0.55% -
HSV(B) 1.05º 0.34% 0.66% -
XYZ 24.81 21.06 17.8 -
YUV 128.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 168 112 111 0 0.33 0.34 0.34 1.05 0.25 0.55
Hex A8 70 6F 0 21 22 22 1 19 37
Octal 250 160 157 0 41 42 42 1 31 67
Binary 10101000 1110000 1101111 0 100001 100010 100010 1 11001 110111

Color Harmonies of #A8706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8706F

Black with #A8706F

Text Example


Text Example

White with #A8706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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