Html Css Color HEX #A96959 Au Chico

📋 copy color: '#A96959'

red 169 ◦ green 105 ◦ blue 89

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

Shades of Au Chico #A96959

Tints of Au Chico #A96959

RGB

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

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

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

R = 46.56%
G = 28.93%
B = 24.52%

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

#A96959 (or 0xA96959) is known color: Au Chico. HEX triplet: A9, 69 and 59. RGB value is (169,105,89). Sum of RGB (Red+Green+Blue) = 169+105+89=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A96959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96959 is #5696A6. Grayscale: #7A7A7A. Windows color (decimal): -5674663 or 5859753. OLE color: 5859753.

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

Color convert

RGB 169 105 89 -
CMYK 0 0.38 0.47 0.34
HSL 12º 0.32% 0.51% -
HSV(B) 12º 0.47% 0.66% -
XYZ 23.22 19.26 11.94 -
YUV 122.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 169 105 89 0 0.38 0.47 0.34 12 0.32 0.51
Hex A9 69 59 0 26 2F 22 C 20 33
Octal 251 151 131 0 46 57 42 14 40 63
Binary 10101001 1101001 1011001 0 100110 101111 100010 1100 100000 110011

Color Harmonies of #A96959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96959

Black with #A96959

Text Example


Text Example

White with #A96959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96959; }

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

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

background-color css

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

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

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

border-color css

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

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

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