#A2A38E

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

Shades of Bud #A2A38E

Tints of Bud #A2A38E

Color information

#A2A38E (or 0xA2A38E) is unknown color: approx Bud. HEX triplet: A2, A3 and 8E. RGB value is (162,163,142). Sum of RGB (Red+Green+Blue) = 162+163+142=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A38E is #5D5C71. Grayscale: #A0A0A0. Windows color (decimal): -6118514 or 9348002. OLE color: 9348002.

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

Color convert

RGB162163142-
CMYK0.0100.130.36
HSL62.86º10.24%59.8%-
HSV(B)62.86º12.88%63.92%-
XYZ32.8835.8330.77-
YUV160.31117.67129.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=34.69%
G=34.90%
B=30.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621631420.0100.130.3662.8610.2459.8
HexA2A38E10D243fa3c
Octal242243216101544771274
Binary1010001010100011100011101011011001001111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A38E; }

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

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

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

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

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

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

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

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