#A1858A

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

Shades of Venus #A1858A

Tints of Venus #A1858A

Color information

#A1858A (or 0xA1858A) is unknown color: approx Venus. HEX triplet: A1, 85 and 8A. RGB value is (161,133,138). Sum of RGB (Red+Green+Blue) = 161+133+138=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A1858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1858A is #5E7A75. Grayscale: #8D8D8D. Windows color (decimal): -6191734 or 9078177. OLE color: 9078177.

HSL color Cylindrical-coordinate representation of color #A1858A: hue angle of 349.29º 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 #A1858A is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB161133138-
CMYK00.170.140.37
HSL349.29º12.96%57.65%-
HSV(B)349.29º17.39%63.14%-
XYZ27.6726.1927.64-
YUV141.94125.78141.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=37.27%
G=30.79%
B=31.94%

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
Decimal16113313800.170.140.37349.2912.9657.65
HexA1858A011E2515dd3a
Octal24120521202116455351572
Binary10100001100001011000101001000111101001011010111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1858A; }

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

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

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

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

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

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

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

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