#8A605B

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

Shades of Rose Taupe #8A605B

Tints of Rose Taupe #8A605B

Color information

#8A605B (or 0x8A605B) is unknown color: approx Rose Taupe. HEX triplet: 8A, 60 and 5B. RGB value is (138,96,91). Sum of RGB (Red+Green+Blue) = 138+96+91=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A605B is #759FA4. Grayscale: #6C6C6C. Windows color (decimal): -7708581 or 5988490. OLE color: 5988490.

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

Color convert

RGB1389691-
CMYK00.300.340.46
HSL6.38º20.52%44.9%-
HSV(B)6.38º34.06%54.12%-
XYZ16.5514.5211.83-
YUV107.99118.41149.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 91 (35.94% from 255) = 28%
R=42.46%
G=29.54%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138969100.300.340.466.3820.5244.9
Hex8A605B01E222E6152d
Octal212140133036425662555
Binary100010101100000101101101111010001010111011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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