#A1888E

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

Shades of Venus #A1888E

Tints of Venus #A1888E

Color information

#A1888E (or 0xA1888E) is unknown color: approx Venus. HEX triplet: A1, 88 and 8E. RGB value is (161,136,142). Sum of RGB (Red+Green+Blue) = 161+136+142=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 161 - color contains mainly: red. Hex color #A1888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1888E is #5E7771. Grayscale: #909090. Windows color (decimal): -6190962 or 9341089. OLE color: 9341089.

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

Color convert

RGB161136142-
CMYK00.160.120.37
HSL345.6º11.74%58.24%-
HSV(B)345.6º15.53%63.14%-
XYZ28.3827.1429.33-
YUV144.16126.78140.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=36.67%
G=30.98%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113614200.160.120.37345.611.7458.24
HexA1888E010C2515ac3a
Octal24121021602014455321472
Binary10100001100010001000111001000011001001011010110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1888E; }

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

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

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

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

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

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

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

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