#A18089

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

Shades of Venus #A18089

Tints of Venus #A18089

Color information

#A18089 (or 0xA18089) is unknown color: approx Venus. HEX triplet: A1, 80 and 89. RGB value is (161,128,137). Sum of RGB (Red+Green+Blue) = 161+128+137=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18089 is #5E7F76. Grayscale: #8A8A8A. Windows color (decimal): -6193015 or 9011361. OLE color: 9011361.

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

Color convert

RGB161128137-
CMYK00.200.150.37
HSL343.64º14.93%56.67%-
HSV(B)343.64º20.5%63.14%-
XYZ26.9324.8227.04-
YUV138.89126.93143.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=37.79%
G=30.05%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112813700.200.150.37343.6414.9356.67
HexA18089014F25158f39
Octal24120021102417455301771
Binary10100001100000001000100101010011111001011010110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18089; }

 p { color: rgb(161,128,137); }

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

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

 a { background-color: rgb(161,128,137); }

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

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

 span { border-color: rgb(161,128,137); }

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