Html Css Color HEX #A86463 Coral Tree

📋 copy color: '#A86463'

red 168 ◦ green 100 ◦ blue 99

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

Shades of Coral Tree #A86463

Tints of Coral Tree #A86463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

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

R = 45.78%
G = 27.25%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A86463 (or 0xA86463) is known color: Coral Tree. HEX triplet: A8, 64 and 63. RGB value is (168,100,99). Sum of RGB (Red+Green+Blue) = 168+100+99=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A86463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86463 is #579B9C. Grayscale: #787878. Windows color (decimal): -5741469 or 6513832. OLE color: 6513832.

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

Color convert

RGB 168 100 99 -
CMYK 0 0.40 0.41 0.34
HSL 0.87º 0.28% 0.52% -
HSV(B) 0.87º 0.41% 0.66% -
XYZ 22.96 18.34 14.13 -
YUV 120.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 168 100 99 0 0.40 0.41 0.34 0.87 0.28 0.52
Hex A8 64 63 0 28 29 22 1 1C 34
Octal 250 144 143 0 50 51 42 1 34 64
Binary 10101000 1100100 1100011 0 101000 101001 100010 1 11100 110100

Color Harmonies of #A86463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86463

Black with #A86463

Text Example


Text Example

White with #A86463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86463; }

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

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

background-color css

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

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

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

border-color css

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

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

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