#A9AE92

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

Shades of Bud #A9AE92

Tints of Bud #A9AE92

Color information

#A9AE92 (or 0xA9AE92) is unknown color: approx Bud. HEX triplet: A9, AE and 92. RGB value is (169,174,146). Sum of RGB (Red+Green+Blue) = 169+174+146=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AE92 is #56516D. Grayscale: #A9A9A9. Windows color (decimal): -5656942 or 9612969. OLE color: 9612969.

HSL color Cylindrical-coordinate representation of color #A9AE92: hue angle of 70.71º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9AE92 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB169174146-
CMYK0.0300.160.32
HSL70.71º14.74%62.75%-
HSV(B)70.71º16.09%68.24%-
XYZ36.6940.7833.13-
YUV169.31114.84127.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=34.56%
G=35.58%
B=29.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741460.0300.160.3270.7114.7462.75
HexA9AE9230102047f3f
Octal2512562223020401071777
Binary1010100110101110100100101101000010000010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE92; }

 p { color: rgb(169,174,146); }

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

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

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

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

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

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

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