#A1858B

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

Shades of Venus #A1858B

Tints of Venus #A1858B

Color information

#A1858B (or 0xA1858B) is unknown color: approx Venus. HEX triplet: A1, 85 and 8B. RGB value is (161,133,139). Sum of RGB (Red+Green+Blue) = 161+133+139=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1858B is #5E7A74. Grayscale: #8E8E8E. Windows color (decimal): -6191733 or 9143713. OLE color: 9143713.

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

Color convert

RGB161133139-
CMYK00.170.140.37
HSL347.14º12.96%57.65%-
HSV(B)347.14º17.39%63.14%-
XYZ27.7526.2228.02-
YUV142.06126.28141.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=37.18%
G=30.72%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113313900.170.140.37347.1412.9657.65
HexA1858B011E2515bd3a
Octal24120521302116455331572
Binary10100001100001011000101101000111101001011010110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1858B; }

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

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

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

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

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

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

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

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