#9A5857

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

Shades of Rose Taupe #9A5857

Tints of Rose Taupe #9A5857

Color information

#9A5857 (or 0x9A5857) is unknown color: approx Rose Taupe. HEX triplet: 9A, 58 and 57. RGB value is (154,88,87). Sum of RGB (Red+Green+Blue) = 154+88+87=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5857 is #65A7A8. Grayscale: #6B6B6B. Windows color (decimal): -6662057 or 5724314. OLE color: 5724314.

HSL color Cylindrical-coordinate representation of color #9A5857: hue angle of 0.9º 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 #9A5857 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB1548887-
CMYK00.430.440.40
HSL0.9º27.8%47.25%-
HSV(B)0.9º43.51%60.39%-
XYZ18.5414.5410.85-
YUV107.62116.37161.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.81%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=46.81%
G=26.75%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154888700.430.440.400.927.847.25
Hex9A585702B2C2811c2f
Octal232130127053545013457
Binary10011010101100010101110101011101100101000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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