#A08589

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

Shades of Venus #A08589

Tints of Venus #A08589

Color information

#A08589 (or 0xA08589) is unknown color: approx Venus. HEX triplet: A0, 85 and 89. RGB value is (160,133,137). Sum of RGB (Red+Green+Blue) = 160+133+137=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A08589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08589 is #5F7A76. Grayscale: #8D8D8D. Windows color (decimal): -6257271 or 9012640. OLE color: 9012640.

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

Color convert

RGB160133137-
CMYK00.170.140.37
HSL351.11º12.44%57.45%-
HSV(B)351.11º16.88%62.75%-
XYZ27.426.0527.25-
YUV141.53125.45141.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=37.21%
G=30.93%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013313700.170.140.37351.1112.4457.45
HexA08589011E2515fc39
Octal24020521102116455371471
Binary10100000100001011000100101000111101001011010111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08589; }

 p { color: rgb(160,133,137); }

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

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

 a { background-color: rgb(160,133,137); }

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

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

 span { border-color: rgb(160,133,137); }

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