#A1838D

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

Shades of Venus #A1838D

Tints of Venus #A1838D

Color information

#A1838D (or 0xA1838D) is unknown color: approx Venus. HEX triplet: A1, 83 and 8D. RGB value is (161,131,141). Sum of RGB (Red+Green+Blue) = 161+131+141=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1838D is #5E7C72. Grayscale: #8D8D8D. Windows color (decimal): -6192243 or 9274273. OLE color: 9274273.

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

Color convert

RGB161131141-
CMYK00.190.120.37
HSL340º13.76%57.25%-
HSV(B)340º18.63%63.14%-
XYZ27.6225.7328.71-
YUV141.11127.94142.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=37.18%
G=30.25%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113114100.190.120.3734013.7657.25
HexA1838D013C25154e39
Octal24120321502314455241671
Binary10100001100000111000110101001111001001011010101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1838D; }

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

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

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

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

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

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

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

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