#8A5C56

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

Shades of Rose Taupe #8A5C56

Tints of Rose Taupe #8A5C56

Color information

#8A5C56 (or 0x8A5C56) is unknown color: approx Rose Taupe. HEX triplet: 8A, 5C and 56. RGB value is (138,92,86). Sum of RGB (Red+Green+Blue) = 138+92+86=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5C56 is #75A3A9. Grayscale: #696969. Windows color (decimal): -7709610 or 5659786. OLE color: 5659786.

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

Color convert

RGB1389286-
CMYK00.330.380.46
HSL6.92º23.21%43.92%-
HSV(B)6.92º37.68%54.12%-
XYZ15.9913.7310.61-
YUV105.07117.24151.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.67%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=43.67%
G=29.11%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138928600.330.380.466.9223.2143.92
Hex8A5C56021262E7172c
Octal212134126041465672754
Binary1000101010111001010110010000110011010111011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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