#A8AC8E

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

Shades of Bud #A8AC8E

Tints of Bud #A8AC8E

Color information

#A8AC8E (or 0xA8AC8E) is unknown color: approx Bud. HEX triplet: A8, AC and 8E. RGB value is (168,172,142). Sum of RGB (Red+Green+Blue) = 168+172+142=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC8E is #575371. Grayscale: #A7A7A7. Windows color (decimal): -5722994 or 9350312. OLE color: 9350312.

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

Color convert

RGB168172142-
CMYK0.0200.170.33
HSL68º15.31%61.57%-
HSV(B)68º17.44%67.45%-
XYZ35.7839.7831.38-
YUV167.38113.67128.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=34.85%
G=35.68%
B=29.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681721420.0200.170.336815.3161.57
HexA8AC8E20112144f3e
Octal2502542162021411041776
Binary1010100010101100100011101001000110000110001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC8E; }

 p { color: rgb(168,172,142); }

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

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

 a { background-color: rgb(168,172,142); }

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

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

 span { border-color: rgb(168,172,142); }

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