#ACAC8D

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

Shades of Bud #ACAC8D

Tints of Bud #ACAC8D

Color information

#ACAC8D (or 0xACAC8D) is unknown color: approx Bud. HEX triplet: AC, AC and 8D. RGB value is (172,172,141). Sum of RGB (Red+Green+Blue) = 172+172+141=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC8D is #535372. Grayscale: #A8A8A8. Windows color (decimal): -5460851 or 9284780. OLE color: 9284780.

HSL color Cylindrical-coordinate representation of color #ACAC8D: hue angle of 60º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACAC8D is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB172172141-
CMYK000.180.33
HSL60º15.74%61.37%-
HSV(B)60º18.02%67.45%-
XYZ36.5740.231.03-
YUV168.47112.5130.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=35.46%
G=35.46%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172141000.180.336015.7461.37
HexACAC8D0012213c103d
Octal254254215002241742075
Binary101011001010110010001101001001010000111110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC8D; }

 p { color: rgb(172,172,141); }

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

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

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

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

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

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

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