#8A5D5C

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

Shades of Rose Taupe #8A5D5C

Tints of Rose Taupe #8A5D5C

Color information

#8A5D5C (or 0x8A5D5C) is unknown color: approx Rose Taupe. HEX triplet: 8A, 5D and 5C. RGB value is (138,93,92). Sum of RGB (Red+Green+Blue) = 138+93+92=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5D5C is #75A2A3. Grayscale: #6A6A6A. Windows color (decimal): -7709348 or 6053258. OLE color: 6053258.

HSL color Cylindrical-coordinate representation of color #8A5D5C: hue angle of 1.3º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A5D5C is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1389392-
CMYK00.330.330.46
HSL1.3º20%45.1%-
HSV(B)1.3º33.33%54.12%-
XYZ16.331411.97-
YUV106.34119.91150.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.72%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=42.72%
G=28.79%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138939200.330.330.461.32045.1
Hex8A5D5C021212E1142d
Octal212135134041415612455
Binary10001010101110110111000100001100001101110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A5D5C; }

 p { color: rgb(138,93,92); }

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

<style>
 a { background-color: #8A5D5C; }

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

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

<style>
 span { border-color: #8A5D5C; }

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

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