#A4AC86

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

Shades of Bud #A4AC86

Tints of Bud #A4AC86

Color information

#A4AC86 (or 0xA4AC86) is unknown color: approx Bud. HEX triplet: A4, AC and 86. RGB value is (164,172,134). Sum of RGB (Red+Green+Blue) = 164+172+134=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AC86 is #5B5379. Grayscale: #A5A5A5. Windows color (decimal): -5985146 or 8826020. OLE color: 8826020.

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

Color convert

RGB164172134-
CMYK0.0500.220.33
HSL72.63º18.63%60%-
HSV(B)72.63º22.09%67.45%-
XYZ34.3739.1228.29-
YUV165.28110.35127.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=34.89%
G=36.60%
B=28.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641721340.0500.220.3372.6318.6360
HexA4AC8650162149133c
Octal2442542065026411112374
Binary101001001010110010000110101010110100001100100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC86; }

 p { color: rgb(164,172,134); }

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

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

 a { background-color: rgb(164,172,134); }

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

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

 span { border-color: rgb(164,172,134); }

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