#A1848D

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

Shades of Venus #A1848D

Tints of Venus #A1848D

Color information

#A1848D (or 0xA1848D) is unknown color: approx Venus. HEX triplet: A1, 84 and 8D. RGB value is (161,132,141). Sum of RGB (Red+Green+Blue) = 161+132+141=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A1848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1848D is #5E7B72. Grayscale: #8D8D8D. Windows color (decimal): -6191987 or 9274529. OLE color: 9274529.

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

Color convert

RGB161132141-
CMYK00.180.120.37
HSL341.38º13.36%57.45%-
HSV(B)341.38º18.01%63.14%-
XYZ27.762628.76-
YUV141.7127.61141.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 132 (51.95% from 255) = 30.41%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=37.10%
G=30.41%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113214100.180.120.37341.3813.3657.45
HexA1848D012C25155d39
Octal24120421502214455251571
Binary10100001100001001000110101001011001001011010101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1848D; }

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

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

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

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

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

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

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

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