#9A5957

Color #9A5957 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #9A5957

Tints of Rose Taupe #9A5957

Color information

#9A5957 (or 0x9A5957) is unknown color: approx Rose Taupe. HEX triplet: 9A, 59 and 57. RGB value is (154,89,87). Sum of RGB (Red+Green+Blue) = 154+89+87=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5957 is #65A6A8. Grayscale: #6C6C6C. Windows color (decimal): -6661801 or 5724570. OLE color: 5724570.

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

Color convert

RGB1548987-
CMYK00.420.440.40
HSL1.79º27.8%47.25%-
HSV(B)1.79º43.51%60.39%-
XYZ18.6214.710.87-
YUV108.21116.03160.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.67%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=46.67%
G=26.97%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154898700.420.440.401.7927.847.25
Hex9A595702A2C2821c2f
Octal232131127052545023457
Binary100110101011001101011101010101011001010001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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