Html Css Color HEX #A86963 Coral Tree

📋 copy color: '#A86963'

red 168 ◦ green 105 ◦ blue 99

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

Shades of Coral Tree #A86963

Tints of Coral Tree #A86963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

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

R = 45.16%
G = 28.23%
B = 26.61%

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

#A86963 (or 0xA86963) is known color: Coral Tree. HEX triplet: A8, 69 and 63. RGB value is (168,105,99). Sum of RGB (Red+Green+Blue) = 168+105+99=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A86963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86963 is #57969C. Grayscale: #7B7B7B. Windows color (decimal): -5740189 or 6515112. OLE color: 6515112.

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

Color convert

RGB 168 105 99 -
CMYK 0 0.38 0.41 0.34
HSL 5.22º 0.28% 0.52% -
HSV(B) 5.22º 0.41% 0.66% -
XYZ 23.45 19.33 14.3 -
YUV 123.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 168 105 99 0 0.38 0.41 0.34 5.22 0.28 0.52
Hex A8 69 63 0 26 29 22 5 1C 34
Octal 250 151 143 0 46 51 42 5 34 64
Binary 10101000 1101001 1100011 0 100110 101001 100010 101 11100 110100

Color Harmonies of #A86963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86963

Black with #A86963

Text Example


Text Example

White with #A86963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86963; }

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

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

background-color css

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

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

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

border-color css

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

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

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