Html Css Color HEX #A96059 Au Chico

📋 copy color: '#A96059'

red 169 ◦ green 96 ◦ blue 89

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

Shades of Au Chico #A96059

Tints of Au Chico #A96059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

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

R = 47.74%
G = 27.12%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A96059 (or 0xA96059) is known color: Au Chico. HEX triplet: A9, 60 and 59. RGB value is (169,96,89). Sum of RGB (Red+Green+Blue) = 169+96+89=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A96059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96059 is #569FA6. Grayscale: #757575. Windows color (decimal): -5676967 or 5857449. OLE color: 5857449.

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

Color convert

RGB 169 96 89 -
CMYK 0 0.43 0.47 0.34
HSL 5.25º 0.32% 0.51% -
HSV(B) 5.25º 0.47% 0.66% -
XYZ 22.35 17.52 11.66 -
YUV 117.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 169 96 89 0 0.43 0.47 0.34 5.25 0.32 0.51
Hex A9 60 59 0 2B 2F 22 5 20 33
Octal 251 140 131 0 53 57 42 5 40 63
Binary 10101001 1100000 1011001 0 101011 101111 100010 101 100000 110011

Color Harmonies of #A96059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96059

Black with #A96059

Text Example


Text Example

White with #A96059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96059; }

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

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

background-color css

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

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

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

border-color css

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

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

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