#905A58

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

Shades of Rose Taupe #905A58

Tints of Rose Taupe #905A58

Color information

#905A58 (or 0x905A58) is unknown color: approx Rose Taupe. HEX triplet: 90, 5A and 58. RGB value is (144,90,88). Sum of RGB (Red+Green+Blue) = 144+90+88=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #905A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A58 is #6FA5A7. Grayscale: #696969. Windows color (decimal): -7316904 or 5790352. OLE color: 5790352.

HSL color Cylindrical-coordinate representation of color #905A58: hue angle of 2.14º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #905A58 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB1449088-
CMYK00.370.390.44
HSL2.14º24.14%45.49%-
HSV(B)2.14º38.89%56.47%-
XYZ16.9213.9511.03-
YUV105.92117.89155.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.72%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=44.72%
G=27.95%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144908800.370.390.442.1424.1445.49
Hex905A58025272C2182d
Octal220132130045475423055
Binary100100001011010101100001001011001111011001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905A58; }

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

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

<style>
 a { background-color: #905A58; }

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

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

<style>
 span { border-color: #905A58; }

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

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