#ACAC8B

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

Shades of Bud #ACAC8B

Tints of Bud #ACAC8B

Color information

#ACAC8B (or 0xACAC8B) is unknown color: approx Bud. HEX triplet: AC, AC and 8B. RGB value is (172,172,139). Sum of RGB (Red+Green+Blue) = 172+172+139=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC8B is #535374. Grayscale: #A8A8A8. Windows color (decimal): -5460853 or 9153708. OLE color: 9153708.

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

Color convert

RGB172172139-
CMYK000.190.33
HSL60º16.58%60.98%-
HSV(B)60º19.19%67.45%-
XYZ36.4340.1430.25-
YUV168.24111.5130.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 172 (67.58% from 255) = 35.61%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=35.61%
G=35.61%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172139000.190.336016.5860.98
HexACAC8B0013213c113d
Octal254254213002341742175
Binary101011001010110010001011001001110000111110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC8B; }

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

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

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

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

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

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

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

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