#9A5A58

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

Shades of Rose Taupe #9A5A58

Tints of Rose Taupe #9A5A58

Color information

#9A5A58 (or 0x9A5A58) is unknown color: approx Rose Taupe. HEX triplet: 9A, 5A and 58. RGB value is (154,90,88). Sum of RGB (Red+Green+Blue) = 154+90+88=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5A58 is #65A5A7. Grayscale: #6C6C6C. Windows color (decimal): -6661544 or 5790362. OLE color: 5790362.

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

Color convert

RGB1549088-
CMYK00.420.430.40
HSL1.82º27.27%47.45%-
HSV(B)1.82º42.86%60.39%-
XYZ18.7414.8911.12-
YUV108.91116.2160.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.39%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=46.39%
G=27.11%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154908800.420.430.401.8227.2747.45
Hex9A5A5802A2B2821b2f
Octal232132130052535023357
Binary100110101011010101100001010101010111010001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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