#A2A28E

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

Shades of Bud #A2A28E

Tints of Bud #A2A28E

Color information

#A2A28E (or 0xA2A28E) is unknown color: approx Bud. HEX triplet: A2, A2 and 8E. RGB value is (162,162,142). Sum of RGB (Red+Green+Blue) = 162+162+142=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A28E is #5D5D71. Grayscale: #9F9F9F. Windows color (decimal): -6118770 or 9347746. OLE color: 9347746.

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

Color convert

RGB162162142-
CMYK000.120.36
HSL60º9.71%59.61%-
HSV(B)60º12.35%63.53%-
XYZ32.735.4830.71-
YUV159.72118129.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=34.76%
G=34.76%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162162142000.120.36609.7159.61
HexA2A28E00C243ca3c
Octal242242216001444741274
Binary1010001010100010100011100011001001001111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A28E; }

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

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

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

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

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

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

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

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