Html Css Color HEX #9A6159 Au Chico

📋 copy color: '#9A6159'

red 154 ◦ green 97 ◦ blue 89

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

Shades of Au Chico #9A6159

Tints of Au Chico #9A6159

RGB

 RED value IS 154 (60.55% from 255) = 45.29%

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

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

R = 45.29%
G = 28.53%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A6159 (or 0x9A6159) is known color: Au Chico. HEX triplet: 9A, 61 and 59. RGB value is (154,97,89). Sum of RGB (Red+Green+Blue) = 154+97+89=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6159 is #659EA6. Grayscale: #717171. Windows color (decimal): -6659751 or 5857690. OLE color: 5857690.

HSL color Cylindrical-coordinate representation of color #9A6159: hue angle of 7.38º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A6159 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 97 89 -
CMYK 0 0.37 0.42 0.40
HSL 7.38º 0.27% 0.48% -
HSV(B) 7.38º 0.42% 0.6% -
XYZ 19.4 16.14 11.54 -
YUV 113.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 154 97 89 0 0.37 0.42 0.40 7.38 0.27 0.48
Hex 9A 61 59 0 25 2A 28 7 1B 30
Octal 232 141 131 0 45 52 50 7 33 60
Binary 10011010 1100001 1011001 0 100101 101010 101000 111 11011 110000

Color Harmonies of #9A6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6159

Black with #9A6159

Text Example


Text Example

White with #9A6159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A6159; }

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

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

background-color css

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

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

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

border-color css

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

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

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