Html Css Color HEX #A86863 Coral Tree

📋 copy color: '#A86863'

red 168 ◦ green 104 ◦ blue 99

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

Shades of Coral Tree #A86863

Tints of Coral Tree #A86863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 45.28%
G = 28.03%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A86863 (or 0xA86863) is known color: Coral Tree. HEX triplet: A8, 68 and 63. RGB value is (168,104,99). Sum of RGB (Red+Green+Blue) = 168+104+99=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A86863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86863 is #57979C. Grayscale: #7A7A7A. Windows color (decimal): -5740445 or 6514856. OLE color: 6514856.

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

Color convert

RGB 168 104 99 -
CMYK 0 0.38 0.41 0.34
HSL 4.35º 0.28% 0.52% -
HSV(B) 4.35º 0.41% 0.66% -
XYZ 23.35 19.13 14.27 -
YUV 122.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 168 104 99 0 0.38 0.41 0.34 4.35 0.28 0.52
Hex A8 68 63 0 26 29 22 4 1C 34
Octal 250 150 143 0 46 51 42 4 34 64
Binary 10101000 1101000 1100011 0 100110 101001 100010 100 11100 110100

Color Harmonies of #A86863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86863

Black with #A86863

Text Example


Text Example

White with #A86863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86863; }

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

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

background-color css

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

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

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

border-color css

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

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

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