#A28C8E

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

Shades of Venus #A28C8E

Tints of Venus #A28C8E

Color information

#A28C8E (or 0xA28C8E) is unknown color: approx Venus. HEX triplet: A2, 8C and 8E. RGB value is (162,140,142). Sum of RGB (Red+Green+Blue) = 162+140+142=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C8E is #5D7371. Grayscale: #929292. Windows color (decimal): -6124402 or 9342114. OLE color: 9342114.

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

Color convert

RGB162140142-
CMYK00.140.120.36
HSL354.55º10.58%59.22%-
HSV(B)354.55º13.58%63.53%-
XYZ29.1628.3929.53-
YUV146.81125.29138.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.49%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=36.49%
G=31.53%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214014200.140.120.36354.5510.5859.22
HexA28C8E0EC24163b3b
Octal24221421601614445431373
Binary1010001010001100100011100111011001001001011000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C8E; }

 p { color: rgb(162,140,142); }

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

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

 a { background-color: rgb(162,140,142); }

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

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

 span { border-color: rgb(162,140,142); }

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