Html Css Color HEX #A86B61 Coral Tree

📋 copy color: '#A86B61'

red 168 ◦ green 107 ◦ blue 97

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

Shades of Coral Tree #A86B61

Tints of Coral Tree #A86B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.76%

 BLUE value IS 97 (38.28% from 255) = 26.08%

R = 45.16%
G = 28.76%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A86B61 (or 0xA86B61) is known color: Coral Tree. HEX triplet: A8, 6B and 61. RGB value is (168,107,97). Sum of RGB (Red+Green+Blue) = 168+107+97=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86B61 is #57949E. Grayscale: #7C7C7C. Windows color (decimal): -5739679 or 6384552. OLE color: 6384552.

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

Color convert

RGB 168 107 97 -
CMYK 0 0.36 0.42 0.34
HSL 8.45º 0.29% 0.52% -
HSV(B) 8.45º 0.42% 0.66% -
XYZ 23.56 19.7 13.87 -
YUV 124.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 168 107 97 0 0.36 0.42 0.34 8.45 0.29 0.52
Hex A8 6B 61 0 24 2A 22 8 1D 34
Octal 250 153 141 0 44 52 42 10 35 64
Binary 10101000 1101011 1100001 0 100100 101010 100010 1000 11101 110100

Color Harmonies of #A86B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86B61

Black with #A86B61

Text Example


Text Example

White with #A86B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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