Html Css Color HEX #A86959 Au Chico

📋 copy color: '#A86959'

red 168 ◦ green 105 ◦ blue 89

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

Shades of Au Chico #A86959

Tints of Au Chico #A86959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.59%

R = 46.41%
G = 29.01%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A86959 (or 0xA86959) is known color: Au Chico. HEX triplet: A8, 69 and 59. RGB value is (168,105,89). Sum of RGB (Red+Green+Blue) = 168+105+89=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A86959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86959 is #5796A6. Grayscale: #7A7A7A. Windows color (decimal): -5740199 or 5859752. OLE color: 5859752.

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

Color convert

RGB 168 105 89 -
CMYK 0 0.38 0.47 0.34
HSL 12.15º 0.31% 0.5% -
HSV(B) 12.15º 0.47% 0.66% -
XYZ 23 19.15 11.93 -
YUV 122.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 168 105 89 0 0.38 0.47 0.34 12.15 0.31 0.5
Hex A8 69 59 0 26 2F 22 C 1F 32
Octal 250 151 131 0 46 57 42 14 37 62
Binary 10101000 1101001 1011001 0 100110 101111 100010 1100 11111 110010

Color Harmonies of #A86959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86959

Black with #A86959

Text Example


Text Example

White with #A86959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86959; }

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

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

background-color css

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

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

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

border-color css

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

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

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