#A4AC87

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

Shades of Bud #A4AC87

Tints of Bud #A4AC87

Color information

#A4AC87 (or 0xA4AC87) is unknown color: approx Bud. HEX triplet: A4, AC and 87. RGB value is (164,172,135). Sum of RGB (Red+Green+Blue) = 164+172+135=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AC87 is #5B5378. Grayscale: #A5A5A5. Windows color (decimal): -5985145 or 8891556. OLE color: 8891556.

HSL color Cylindrical-coordinate representation of color #A4AC87: hue angle of 72.97º degrees, saturation: 0.18, 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 #A4AC87 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB164172135-
CMYK0.0500.220.33
HSL72.97º18.23%60.2%-
HSV(B)72.97º21.51%67.45%-
XYZ34.4439.1528.66-
YUV165.39110.85127.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=34.82%
G=36.52%
B=28.66%

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
Decimal1641721350.0500.220.3372.9718.2360.2
HexA4AC8750162149123c
Octal2442542075026411112274
Binary101001001010110010000111101010110100001100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC87; }

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

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

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

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

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

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

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

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