Html Css Color HEX #A96858 Au Chico

📋 copy color: '#A96858'

red 169 ◦ green 104 ◦ blue 88

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

Shades of Au Chico #A96858

Tints of Au Chico #A96858

RGB

 RED value IS 169 (66.41% from 255) = 46.81%

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

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

R = 46.81%
G = 28.81%
B = 24.38%

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

#A96858 (or 0xA96858) is known color: Au Chico. HEX triplet: A9, 68 and 58. RGB value is (169,104,88). Sum of RGB (Red+Green+Blue) = 169+104+88=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A96858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96858 is #5697A7. Grayscale: #797979. Windows color (decimal): -5674920 or 5793961. OLE color: 5793961.

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

Color convert

RGB 169 104 88 -
CMYK 0 0.38 0.48 0.34
HSL 11.85º 0.32% 0.5% -
HSV(B) 11.85º 0.48% 0.66% -
XYZ 23.07 19.04 11.69 -
YUV 121.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 169 104 88 0 0.38 0.48 0.34 11.85 0.32 0.5
Hex A9 68 58 0 26 30 22 C 20 32
Octal 251 150 130 0 46 60 42 14 40 62
Binary 10101001 1101000 1011000 0 100110 110000 100010 1100 100000 110010

Color Harmonies of #A96858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96858

Black with #A96858

Text Example


Text Example

White with #A96858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96858; }

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

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

background-color css

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

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

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

border-color css

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

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

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