#885A5A

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

Shades of Rose Taupe #885A5A

Tints of Rose Taupe #885A5A

Color information

#885A5A (or 0x885A5A) is unknown color: approx Rose Taupe. HEX triplet: 88, 5A and 5A. RGB value is (136,90,90). Sum of RGB (Red+Green+Blue) = 136+90+90=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #885A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A5A is #77A5A5. Grayscale: #676767. Windows color (decimal): -7841190 or 5921416. OLE color: 5921416.

HSL color Cylindrical-coordinate representation of color #885A5A: hue angle of 0º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A5A is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1369090-
CMYK00.340.340.47
HSL20.35%44.31%-
HSV(B)33.82%53.33%-
XYZ15.6513.2811.41-
YUV103.75120.24151-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.04%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=43.04%
G=28.48%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136909000.340.340.47020.3544.31
Hex885A5A022222F0142c
Octal210132132042425702454
Binary10001000101101010110100100010100010101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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