#A2A98B

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

Shades of Bud #A2A98B

Tints of Bud #A2A98B

Color information

#A2A98B (or 0xA2A98B) is unknown color: approx Bud. HEX triplet: A2, A9 and 8B. RGB value is (162,169,139). Sum of RGB (Red+Green+Blue) = 162+169+139=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A98B is #5D5674. Grayscale: #A3A3A3. Windows color (decimal): -6116981 or 9152930. OLE color: 9152930.

HSL color Cylindrical-coordinate representation of color #A2A98B: hue angle of 74º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2A98B is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB162169139-
CMYK0.0400.180.34
HSL74º14.85%60.39%-
HSV(B)74º17.75%66.27%-
XYZ33.7537.9229.97-
YUV163.49114.18126.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 169 (66.41% from 255) = 35.96%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=34.47%
G=35.96%
B=29.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621691390.0400.180.347414.8560.39
HexA2A98B4012224af3c
Octal2422512134022421121774
Binary10100010101010011000101110001001010001010010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A98B; }

 p { color: rgb(162,169,139); }

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

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

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

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

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

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

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