#A3888F

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

Shades of Venus #A3888F

Tints of Venus #A3888F

Color information

#A3888F (or 0xA3888F) is unknown color: approx Venus. HEX triplet: A3, 88 and 8F. RGB value is (163,136,143). Sum of RGB (Red+Green+Blue) = 163+136+143=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A3888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3888F is #5C7770. Grayscale: #909090. Windows color (decimal): -6059889 or 9406627. OLE color: 9406627.

HSL color Cylindrical-coordinate representation of color #A3888F: hue angle of 344.44º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3888F is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163136143-
CMYK00.170.120.36
HSL344.44º12.8%58.63%-
HSV(B)344.44º16.56%63.92%-
XYZ28.8727.3829.75-
YUV144.87126.95140.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=36.88%
G=30.77%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313614300.170.120.36344.4412.858.63
HexA3888F011C24158d3b
Octal24321021702114445301573
Binary10100011100010001000111101000111001001001010110001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3888F; }

 p { color: rgb(163,136,143); }

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

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

 a { background-color: rgb(163,136,143); }

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

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

 span { border-color: rgb(163,136,143); }

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