#A8AA97

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

Shades of Bud #A8AA97

Tints of Bud #A8AA97

Color information

#A8AA97 (or 0xA8AA97) is unknown color: approx Bud. HEX triplet: A8, AA and 97. RGB value is (168,170,151). Sum of RGB (Red+Green+Blue) = 168+170+151=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA97 is #575568. Grayscale: #A7A7A7. Windows color (decimal): -5723497 or 9939624. OLE color: 9939624.

HSL color Cylindrical-coordinate representation of color #A8AA97: hue angle of 66.32º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8AA97 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB168170151-
CMYK0.0100.110.33
HSL66.32º10.05%62.94%-
HSV(B)66.32º11.18%66.67%-
XYZ36.1139.3134.96-
YUV167.24118.84128.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 151 (59.38% from 255) = 30.88%
R=34.36%
G=34.76%
B=30.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701510.0100.110.3366.3210.0562.94
HexA8AA9710B2142a3f
Octal2502522271013411021277
Binary10101000101010101001011110101110000110000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA97; }

 p { color: rgb(168,170,151); }

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

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

 a { background-color: rgb(168,170,151); }

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

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

 span { border-color: rgb(168,170,151); }

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