#A2A38A

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

Shades of Bud #A2A38A

Tints of Bud #A2A38A

Color information

#A2A38A (or 0xA2A38A) is unknown color: approx Bud. HEX triplet: A2, A3 and 8A. RGB value is (162,163,138). Sum of RGB (Red+Green+Blue) = 162+163+138=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A38A is #5D5C75. Grayscale: #9F9F9F. Windows color (decimal): -6118518 or 9085858. OLE color: 9085858.

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

Color convert

RGB162163138-
CMYK0.0100.150.36
HSL62.4º11.96%59.02%-
HSV(B)62.4º15.34%63.92%-
XYZ32.5835.7129.22-
YUV159.85115.67129.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=34.99%
G=35.21%
B=29.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621631380.0100.150.3662.411.9659.02
HexA2A38A10F243ec3b
Octal242243212101744761473
Binary1010001010100011100010101011111001001111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A38A; }

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

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

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

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

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

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

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

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