Html Css Color HEX #A86E6B Coral Tree

📋 copy color: '#A86E6B'

red 168 ◦ green 110 ◦ blue 107

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

Shades of Coral Tree #A86E6B

Tints of Coral Tree #A86E6B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 107 (42.19% from 255) = 27.79%

R = 43.64%
G = 28.57%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A86E6B (or 0xA86E6B) is known color: Coral Tree. HEX triplet: A8, 6E and 6B. RGB value is (168,110,107). Sum of RGB (Red+Green+Blue) = 168+110+107=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86E6B is #579194. Grayscale: #7F7F7F. Windows color (decimal): -5738901 or 7040680. OLE color: 7040680.

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

Color convert

RGB 168 110 107 -
CMYK 0 0.35 0.36 0.34
HSL 2.95º 0.26% 0.54% -
HSV(B) 2.95º 0.36% 0.66% -
XYZ 24.38 20.54 16.59 -
YUV 127 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 168 110 107 0 0.35 0.36 0.34 2.95 0.26 0.54
Hex A8 6E 6B 0 23 24 22 3 1A 36
Octal 250 156 153 0 43 44 42 3 32 66
Binary 10101000 1101110 1101011 0 100011 100100 100010 11 11010 110110

Color Harmonies of #A86E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86E6B

Black with #A86E6B

Text Example


Text Example

White with #A86E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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