#A18B8E

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

Shades of Venus #A18B8E

Tints of Venus #A18B8E

Color information

#A18B8E (or 0xA18B8E) is unknown color: approx Venus. HEX triplet: A1, 8B and 8E. RGB value is (161,139,142). Sum of RGB (Red+Green+Blue) = 161+139+142=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18B8E is #5E7471. Grayscale: #919191. Windows color (decimal): -6190194 or 9341857. OLE color: 9341857.

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

Color convert

RGB161139142-
CMYK00.140.120.37
HSL351.82º10.48%58.82%-
HSV(B)351.82º13.66%63.14%-
XYZ28.812829.48-
YUV145.92125.79138.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.43%
GREEN value IS 139 (54.69% from 255) = 31.45%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=36.43%
G=31.45%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113914200.140.120.37351.8210.4858.82
HexA18B8E0EC25160a3b
Octal24121321601614455401273
Binary1010000110001011100011100111011001001011011000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18B8E; }

 p { color: rgb(161,139,142); }

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

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

 a { background-color: rgb(161,139,142); }

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

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

 span { border-color: rgb(161,139,142); }

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