#8A605D

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

Shades of Rose Taupe #8A605D

Tints of Rose Taupe #8A605D

Color information

#8A605D (or 0x8A605D) is unknown color: approx Rose Taupe. HEX triplet: 8A, 60 and 5D. RGB value is (138,96,93). Sum of RGB (Red+Green+Blue) = 138+96+93=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 138 - color contains mainly: red. Hex color #8A605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A605D is #759FA2. Grayscale: #6C6C6C. Windows color (decimal): -7708579 or 6119562. OLE color: 6119562.

HSL color Cylindrical-coordinate representation of color #8A605D: hue angle of 4º degrees, saturation: 0.19, 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 #8A605D is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1389693-
CMYK00.300.330.46
HSL19.48%45.29%-
HSV(B)32.61%54.12%-
XYZ16.6414.5612.29-
YUV108.22119.41149.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 93 (36.72% from 255) = 28.44%
R=42.20%
G=29.36%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138969300.300.330.46419.4845.29
Hex8A605D01E212E4132d
Octal212140135036415642355
Binary100010101100000101110101111010000110111010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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