#A18188

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

Shades of Venus #A18188

Tints of Venus #A18188

Color information

#A18188 (or 0xA18188) is unknown color: approx Venus. HEX triplet: A1, 81 and 88. RGB value is (161,129,136). Sum of RGB (Red+Green+Blue) = 161+129+136=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18188 is #5E7E77. Grayscale: #8B8B8B. Windows color (decimal): -6192760 or 8946081. OLE color: 8946081.

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

Color convert

RGB161129136-
CMYK00.200.160.37
HSL346.88º14.55%56.86%-
HSV(B)346.88º19.88%63.14%-
XYZ26.9925.0626.71-
YUV139.37126.1143.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=37.79%
G=30.28%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112913600.200.160.37346.8814.5556.86
HexA18188014102515bf39
Octal24120121002420455331771
Binary101000011000000110001000010100100001001011010110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18188; }

 p { color: rgb(161,129,136); }

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

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

 a { background-color: rgb(161,129,136); }

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

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

 span { border-color: rgb(161,129,136); }

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