#A3888E

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

Shades of Venus #A3888E

Tints of Venus #A3888E

Color information

#A3888E (or 0xA3888E) is unknown color: approx Venus. HEX triplet: A3, 88 and 8E. RGB value is (163,136,142). Sum of RGB (Red+Green+Blue) = 163+136+142=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A3888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3888E is #5C7771. Grayscale: #909090. Windows color (decimal): -6059890 or 9341091. OLE color: 9341091.

HSL color Cylindrical-coordinate representation of color #A3888E: hue angle of 346.67º 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 #A3888E is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB163136142-
CMYK00.170.130.36
HSL346.67º12.8%58.63%-
HSV(B)346.67º16.56%63.92%-
XYZ28.7927.3529.35-
YUV144.76126.45141.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=36.96%
G=30.84%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313614200.170.130.36346.6712.858.63
HexA3888E011D2415bd3b
Octal24321021602115445331573
Binary10100011100010001000111001000111011001001010110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3888E; }

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

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

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

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

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

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

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

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