#A08F90

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

Shades of Venus #A08F90

Tints of Venus #A08F90

Color information

#A08F90 (or 0xA08F90) is unknown color: approx Venus. HEX triplet: A0, 8F and 90. RGB value is (160,143,144). Sum of RGB (Red+Green+Blue) = 160+143+144=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08F90 is #5F706F. Grayscale: #949494. Windows color (decimal): -6254704 or 9473952. OLE color: 9473952.

HSL color Cylindrical-coordinate representation of color #A08F90: hue angle of 356.47º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A08F90 is Cyan = 0, Magento = 0.11, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB160143144-
CMYK00.110.10.37
HSL356.47º8.21%59.41%-
HSV(B)356.47º10.63%62.75%-
XYZ29.3529.1330.46-
YUV148.2125.63136.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=35.79%
G=31.99%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014314400.110.10.37356.478.2159.41
HexA08F900BA2516483b
Octal24021722001312455441073
Binary1010000010001111100100000101110101001011011001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08F90; }

 p { color: rgb(160,143,144); }

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

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

 a { background-color: rgb(160,143,144); }

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

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

 span { border-color: rgb(160,143,144); }

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