#9F5F59

Color #9F5F59 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #9F5F59

Tints of Au Chico #9F5F59

Color information

#9F5F59 (or 0x9F5F59) is unknown color: approx Au Chico. HEX triplet: 9F, 5F and 59. RGB value is (159,95,89). Sum of RGB (Red+Green+Blue) = 159+95+89=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5F59 is #60A0A6. Grayscale: #717171. Windows color (decimal): -6332583 or 5857183. OLE color: 5857183.

HSL color Cylindrical-coordinate representation of color #9F5F59: hue angle of 5.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5F59 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB1599589-
CMYK00.400.440.38
HSL5.14º28.23%48.63%-
HSV(B)5.14º44.03%62.35%-
XYZ20.1916.2811.53-
YUV113.45114.2160.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.36%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=46.36%
G=27.70%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159958900.400.440.385.1428.2348.63
Hex9F5F590282C2651c31
Octal237137131050544653461
Binary1001111110111111011001010100010110010011010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,95,89); }

 H1.HeaderClassName
 {
   color: #9F5F59;
 }
 .AnyTagClassName
 {
   color: #9F5F59;
 }
</style>
background-color css

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

 a { background-color: rgb(159,95,89); }

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

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

 span { border-color: rgb(159,95,89); }

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