Html Css Color HEX #A86961 Coral Tree

📋 copy color: '#A86961'

red 168 ◦ green 105 ◦ blue 97

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

Shades of Coral Tree #A86961

Tints of Coral Tree #A86961

RGB

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

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

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

R = 45.41%
G = 28.38%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A86961 (or 0xA86961) is known color: Coral Tree. HEX triplet: A8, 69 and 61. RGB value is (168,105,97). Sum of RGB (Red+Green+Blue) = 168+105+97=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A86961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86961 is #57969E. Grayscale: #7B7B7B. Windows color (decimal): -5740191 or 6384040. OLE color: 6384040.

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

Color convert

RGB 168 105 97 -
CMYK 0 0.38 0.42 0.34
HSL 6.76º 0.29% 0.52% -
HSV(B) 6.76º 0.42% 0.66% -
XYZ 23.36 19.29 13.8 -
YUV 122.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 168 105 97 0 0.38 0.42 0.34 6.76 0.29 0.52
Hex A8 69 61 0 26 2A 22 7 1D 34
Octal 250 151 141 0 46 52 42 7 35 64
Binary 10101000 1101001 1100001 0 100110 101010 100010 111 11101 110100

Color Harmonies of #A86961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86961

Black with #A86961

Text Example


Text Example

White with #A86961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86961; }

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

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

background-color css

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

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

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

border-color css

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

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

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