#9A5C5C

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

Shades of Rose Taupe #9A5C5C

Tints of Rose Taupe #9A5C5C

Color information

#9A5C5C (or 0x9A5C5C) is unknown color: approx Rose Taupe. HEX triplet: 9A, 5C and 5C. RGB value is (154,92,92). Sum of RGB (Red+Green+Blue) = 154+92+92=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5C5C is #65A3A3. Grayscale: #6E6E6E. Windows color (decimal): -6661028 or 6053018. OLE color: 6053018.

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

Color convert

RGB1549292-
CMYK00.400.400.40
HSL25.2%48.24%-
HSV(B)40.26%60.39%-
XYZ19.0915.312.07-
YUV110.54117.54159-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.56%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=45.56%
G=27.22%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154929200.400.400.40025.248.24
Hex9A5C5C028282801930
Octal232134134050505003160
Binary10011010101110010111000101000101000101000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,92,92); }

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

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

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

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

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

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

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