Html Css Color HEX #A8706E Coral Tree

📋 copy color: '#A8706E'

red 168 ◦ green 112 ◦ blue 110

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

Shades of Coral Tree #A8706E

Tints of Coral Tree #A8706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.21%

R = 43.08%
G = 28.72%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8706E (or 0xA8706E) is known color: Coral Tree. HEX triplet: A8, 70 and 6E. RGB value is (168,112,110). Sum of RGB (Red+Green+Blue) = 168+112+110=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8706E is #578F91. Grayscale: #808080. Windows color (decimal): -5738386 or 7237800. OLE color: 7237800.

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

Color convert

RGB 168 112 110 -
CMYK 0 0.33 0.35 0.34
HSL 2.07º 0.25% 0.55% -
HSV(B) 2.07º 0.35% 0.66% -
XYZ 24.76 21.04 17.51 -
YUV 128.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 168 112 110 0 0.33 0.35 0.34 2.07 0.25 0.55
Hex A8 70 6E 0 21 23 22 2 19 37
Octal 250 160 156 0 41 43 42 2 31 67
Binary 10101000 1110000 1101110 0 100001 100011 100010 10 11001 110111

Color Harmonies of #A8706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8706E

Black with #A8706E

Text Example


Text Example

White with #A8706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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