#8A5A5A

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

Shades of Rose Taupe #8A5A5A

Tints of Rose Taupe #8A5A5A

Color information

#8A5A5A (or 0x8A5A5A) is unknown color: approx Rose Taupe. HEX triplet: 8A, 5A and 5A. RGB value is (138,90,90). Sum of RGB (Red+Green+Blue) = 138+90+90=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A5A is #75A5A5. Grayscale: #686868. Windows color (decimal): -7710118 or 5921418. OLE color: 5921418.

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

Color convert

RGB1389090-
CMYK00.350.350.46
HSL21.05%44.71%-
HSV(B)34.78%54.12%-
XYZ15.9813.4511.43-
YUV104.35119.9152-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.40%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=43.40%
G=28.30%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138909000.350.350.46021.0544.71
Hex8A5A5A023232E0152d
Octal212132132043435602555
Binary10001010101101010110100100011100011101110010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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