Html Css Color HEX #A96159 Au Chico

📋 copy color: '#A96159'

red 169 ◦ green 97 ◦ blue 89

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

Shades of Au Chico #A96159

Tints of Au Chico #A96159

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 47.61%
G = 27.32%
B = 25.07%

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

#A96159 (or 0xA96159) is known color: Au Chico. HEX triplet: A9, 61 and 59. RGB value is (169,97,89). Sum of RGB (Red+Green+Blue) = 169+97+89=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A96159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96159 is #569EA6. Grayscale: #757575. Windows color (decimal): -5676711 or 5857705. OLE color: 5857705.

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

Color convert

RGB 169 97 89 -
CMYK 0 0.43 0.47 0.34
HSL 0.32% 0.51% -
HSV(B) 0.47% 0.66% -
XYZ 22.44 17.71 11.69 -
YUV 117.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 169 97 89 0 0.43 0.47 0.34 6 0.32 0.51
Hex A9 61 59 0 2B 2F 22 6 20 33
Octal 251 141 131 0 53 57 42 6 40 63
Binary 10101001 1100001 1011001 0 101011 101111 100010 110 100000 110011

Color Harmonies of #A96159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96159

Black with #A96159

Text Example


Text Example

White with #A96159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96159; }

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

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

background-color css

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

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

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

border-color css

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

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

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