#A08187

Color #A08187 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #A08187

Tints of Venus #A08187

Color information

#A08187 (or 0xA08187) is unknown color: approx Venus. HEX triplet: A0, 81 and 87. RGB value is (160,129,135). Sum of RGB (Red+Green+Blue) = 160+129+135=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A08187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08187 is #5F7E78. Grayscale: #8A8A8A. Windows color (decimal): -6258297 or 8880544. OLE color: 8880544.

HSL color Cylindrical-coordinate representation of color #A08187: hue angle of 348.39º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A08187 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB160129135-
CMYK00.190.160.37
HSL348.39º14.03%56.67%-
HSV(B)348.39º19.37%62.75%-
XYZ26.7224.9226.32-
YUV138.95125.77143.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=37.74%
G=30.42%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012913500.190.160.37348.3914.0356.67
HexA08187013102515ce39
Octal24020120702320455341671
Binary101000001000000110000111010011100001001011010111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08187; }

 p { color: rgb(160,129,135); }

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

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

 a { background-color: rgb(160,129,135); }

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

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

 span { border-color: rgb(160,129,135); }

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