Html Css Color HEX #A86865 Coral Tree

📋 copy color: '#A86865'

red 168 ◦ green 104 ◦ blue 101

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

Shades of Coral Tree #A86865

Tints of Coral Tree #A86865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

 BLUE value IS 101 (39.84% from 255) = 27.08%

R = 45.04%
G = 27.88%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A86865 (or 0xA86865) is known color: Coral Tree. HEX triplet: A8, 68 and 65. RGB value is (168,104,101). Sum of RGB (Red+Green+Blue) = 168+104+101=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A86865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86865 is #57979A. Grayscale: #7A7A7A. Windows color (decimal): -5740443 or 6645928. OLE color: 6645928.

HSL color Cylindrical-coordinate representation of color #A86865: hue angle of 2.69º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86865 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 104 101 -
CMYK 0 0.38 0.40 0.34
HSL 2.69º 0.28% 0.53% -
HSV(B) 2.69º 0.4% 0.66% -
XYZ 23.45 19.17 14.78 -
YUV 122.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 168 104 101 0 0.38 0.40 0.34 2.69 0.28 0.53
Hex A8 68 65 0 26 28 22 3 1C 35
Octal 250 150 145 0 46 50 42 3 34 65
Binary 10101000 1101000 1100101 0 100110 101000 100010 11 11100 110101

Color Harmonies of #A86865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86865

Black with #A86865

Text Example


Text Example

White with #A86865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86865; }

 p { color: rgb(168,104,101); }

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

background-color css

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

 a { background-color: rgb(168,104,101); }

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

border-color css

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

 span { border-color: rgb(168,104,101); }

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