#A1838A

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

Shades of Venus #A1838A

Tints of Venus #A1838A

Color information

#A1838A (or 0xA1838A) is unknown color: approx Venus. HEX triplet: A1, 83 and 8A. RGB value is (161,131,138). Sum of RGB (Red+Green+Blue) = 161+131+138=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A1838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1838A is #5E7C75. Grayscale: #8C8C8C. Windows color (decimal): -6192246 or 9077665. OLE color: 9077665.

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

Color convert

RGB161131138-
CMYK00.190.140.37
HSL346º13.76%57.25%-
HSV(B)346º18.63%63.14%-
XYZ27.425.6427.55-
YUV140.77126.44142.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=37.44%
G=30.47%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113113800.190.140.3734613.7657.25
HexA1838A013E2515ae39
Octal24120321202316455321671
Binary10100001100000111000101001001111101001011010110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1838A; }

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

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

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

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

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

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

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

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