#A1848A

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

Shades of Venus #A1848A

Tints of Venus #A1848A

Color information

#A1848A (or 0xA1848A) is unknown color: approx Venus. HEX triplet: A1, 84 and 8A. RGB value is (161,132,138). Sum of RGB (Red+Green+Blue) = 161+132+138=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A1848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1848A is #5E7B75. Grayscale: #8D8D8D. Windows color (decimal): -6191990 or 9077921. OLE color: 9077921.

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

Color convert

RGB161132138-
CMYK00.180.140.37
HSL347.59º13.36%57.45%-
HSV(B)347.59º18.01%63.14%-
XYZ27.5425.9127.6-
YUV141.35126.11142.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=37.35%
G=30.63%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113213800.180.140.37347.5913.3657.45
HexA1848A012E2515cd39
Octal24120421202216455341571
Binary10100001100001001000101001001011101001011010111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1848A; }

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

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

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

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

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

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

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

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