#A8AA88

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

Shades of Bud #A8AA88

Tints of Bud #A8AA88

Color information

#A8AA88 (or 0xA8AA88) is unknown color: approx Bud. HEX triplet: A8, AA and 88. RGB value is (168,170,136). Sum of RGB (Red+Green+Blue) = 168+170+136=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA88 is #575577. Grayscale: #A5A5A5. Windows color (decimal): -5723512 or 8956584. OLE color: 8956584.

HSL color Cylindrical-coordinate representation of color #A8AA88: hue angle of 63.53º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8AA88 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB168170136-
CMYK0.0100.200.33
HSL63.53º16.67%60%-
HSV(B)63.53º20%66.67%-
XYZ34.9738.8528.95-
YUV165.53111.34129.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=35.44%
G=35.86%
B=28.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701360.0100.200.3363.5316.6760
HexA8AA8810142140113c
Octal2502522101024411002174
Binary1010100010101010100010001010100100001100000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA88; }

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

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

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

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

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

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

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

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