#A9A98A

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

Shades of Bud #A9A98A

Tints of Bud #A9A98A

Color information

#A9A98A (or 0xA9A98A) is unknown color: approx Bud. HEX triplet: A9, A9 and 8A. RGB value is (169,169,138). Sum of RGB (Red+Green+Blue) = 169+169+138=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 169 - color contains mainly: red, green. Hex color #A9A98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A98A is #565675. Grayscale: #A5A5A5. Windows color (decimal): -5658230 or 9087401. OLE color: 9087401.

HSL color Cylindrical-coordinate representation of color #A9A98A: hue angle of 60º 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 #A9A98A is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB169169138-
CMYK000.180.34
HSL60º15.27%60.2%-
HSV(B)60º18.34%66.27%-
XYZ35.1438.6529.65-
YUV165.47112.5130.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=35.50%
G=35.50%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169169138000.180.346015.2760.2
HexA9A98A0012223cf3c
Octal251251212002242741774
Binary10101001101010011000101000100101000101111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A98A; }

 p { color: rgb(169,169,138); }

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

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

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

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

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

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

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