#955A5A

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

Shades of Rose Taupe #955A5A

Tints of Rose Taupe #955A5A

Color information

#955A5A (or 0x955A5A) is unknown color: approx Rose Taupe. HEX triplet: 95, 5A and 5A. RGB value is (149,90,90). Sum of RGB (Red+Green+Blue) = 149+90+90=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #955A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A5A is #6AA5A5. Grayscale: #6B6B6B. Windows color (decimal): -6989222 or 5921429. OLE color: 5921429.

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

Color convert

RGB1499090-
CMYK00.400.400.42
HSL24.69%46.86%-
HSV(B)39.6%58.43%-
XYZ17.914.4411.52-
YUV107.64118.05157.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=45.29%
G=27.36%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149909000.400.400.42024.6946.86
Hex955A5A028282A0192f
Octal225132132050505203157
Binary10010101101101010110100101000101000101010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A5A; }

 p { color: rgb(149,90,90); }

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

<style>
 a { background-color: #955A5A; }

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

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

<style>
 span { border-color: #955A5A; }

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

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