#A9AC88

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

Shades of Bud #A9AC88

Tints of Bud #A9AC88

Color information

#A9AC88 (or 0xA9AC88) is unknown color: approx Bud. HEX triplet: A9, AC and 88. RGB value is (169,172,136). Sum of RGB (Red+Green+Blue) = 169+172+136=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AC88 is #565377. Grayscale: #A7A7A7. Windows color (decimal): -5657464 or 8957097. OLE color: 8957097.

HSL color Cylindrical-coordinate representation of color #A9AC88: hue angle of 65º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9AC88 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB169172136-
CMYK0.0200.210.33
HSL65º17.82%60.39%-
HSV(B)65º20.93%67.45%-
XYZ35.5639.7229.08-
YUV167110.51129.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=35.43%
G=36.06%
B=28.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691721360.0200.210.336517.8260.39
HexA9AC8820152141123c
Octal2512542102025411012274
Binary10101001101011001000100010010101100001100000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC88; }

 p { color: rgb(169,172,136); }

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

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

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

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

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

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

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