#A2A38D

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

Shades of Bud #A2A38D

Tints of Bud #A2A38D

Color information

#A2A38D (or 0xA2A38D) is unknown color: approx Bud. HEX triplet: A2, A3 and 8D. RGB value is (162,163,141). Sum of RGB (Red+Green+Blue) = 162+163+141=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A38D is #5D5C72. Grayscale: #A0A0A0. Windows color (decimal): -6118515 or 9282466. OLE color: 9282466.

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

Color convert

RGB162163141-
CMYK0.0100.130.36
HSL62.73º10.68%59.61%-
HSV(B)62.73º13.5%63.92%-
XYZ32.8135.830.38-
YUV160.19117.17129.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=34.76%
G=34.98%
B=30.26%

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
Decimal1621631410.0100.130.3662.7310.6859.61
HexA2A38D10D243fb3c
Octal242243215101544771374
Binary1010001010100011100011011011011001001111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A38D; }

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

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

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

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

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

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

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

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