Html Css Color HEX #A8716F Coral Tree

📋 copy color: '#A8716F'

red 168 ◦ green 113 ◦ blue 111

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

Shades of Coral Tree #A8716F

Tints of Coral Tree #A8716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.83%

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

R = 42.86%
G = 28.83%
B = 28.32%

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

#A8716F (or 0xA8716F) is known color: Coral Tree. HEX triplet: A8, 71 and 6F. RGB value is (168,113,111). Sum of RGB (Red+Green+Blue) = 168+113+111=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8716F is #578E90. Grayscale: #818181. Windows color (decimal): -5738129 or 7303592. OLE color: 7303592.

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

Color convert

RGB 168 113 111 -
CMYK 0 0.33 0.34 0.34
HSL 2.11º 0.25% 0.55% -
HSV(B) 2.11º 0.34% 0.66% -
XYZ 24.92 21.28 17.83 -
YUV 129.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 168 113 111 0 0.33 0.34 0.34 2.11 0.25 0.55
Hex A8 71 6F 0 21 22 22 2 19 37
Octal 250 161 157 0 41 42 42 2 31 67
Binary 10101000 1110001 1101111 0 100001 100010 100010 10 11001 110111

Color Harmonies of #A8716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8716F

Black with #A8716F

Text Example


Text Example

White with #A8716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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