Html Css Color HEX #A86858 Au Chico

📋 copy color: '#A86858'

red 168 ◦ green 104 ◦ blue 88

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

Shades of Au Chico #A86858

Tints of Au Chico #A86858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.89%

 BLUE value IS 88 (34.77% from 255) = 24.44%

R = 46.67%
G = 28.89%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A86858 (or 0xA86858) is known color: Au Chico. HEX triplet: A8, 68 and 58. RGB value is (168,104,88). Sum of RGB (Red+Green+Blue) = 168+104+88=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A86858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86858 is #5797A7. Grayscale: #797979. Windows color (decimal): -5740456 or 5793960. OLE color: 5793960.

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

Color convert

RGB 168 104 88 -
CMYK 0 0.38 0.48 0.34
HSL 12º 0.31% 0.5% -
HSV(B) 12º 0.48% 0.66% -
XYZ 22.86 18.93 11.68 -
YUV 121.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 168 104 88 0 0.38 0.48 0.34 12 0.31 0.5
Hex A8 68 58 0 26 30 22 C 1F 32
Octal 250 150 130 0 46 60 42 14 37 62
Binary 10101000 1101000 1011000 0 100110 110000 100010 1100 11111 110010

Color Harmonies of #A86858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86858

Black with #A86858

Text Example


Text Example

White with #A86858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86858; }

 p { color: rgb(168,104,88); }

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

background-color css

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

 a { background-color: rgb(168,104,88); }

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

border-color css

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

 span { border-color: rgb(168,104,88); }

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