#A08689

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

Shades of Venus #A08689

Tints of Venus #A08689

Color information

#A08689 (or 0xA08689) is unknown color: approx Venus. HEX triplet: A0, 86 and 89. RGB value is (160,134,137). Sum of RGB (Red+Green+Blue) = 160+134+137=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A08689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08689 is #5F7976. Grayscale: #8E8E8E. Windows color (decimal): -6257015 or 9012896. OLE color: 9012896.

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

Color convert

RGB160134137-
CMYK00.160.140.37
HSL353.08º12.04%57.65%-
HSV(B)353.08º16.25%62.75%-
XYZ27.5426.3327.3-
YUV142.12125.11140.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 137 (53.91% from 255) = 31.79%
R=37.12%
G=31.09%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013413700.160.140.37353.0812.0457.65
HexA08689010E25161c3a
Octal24020621102016455411472
Binary10100000100001101000100101000011101001011011000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08689; }

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

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

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

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

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

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

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

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