#ACAC89

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

Shades of Bud #ACAC89

Tints of Bud #ACAC89

Color information

#ACAC89 (or 0xACAC89) is unknown color: approx Bud. HEX triplet: AC, AC and 89. RGB value is (172,172,137). Sum of RGB (Red+Green+Blue) = 172+172+137=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC89 is #535376. Grayscale: #A8A8A8. Windows color (decimal): -5460855 or 9022636. OLE color: 9022636.

HSL color Cylindrical-coordinate representation of color #ACAC89: 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.2%. Process color model (Four color, CMYK) of #ACAC89 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172172137-
CMYK000.200.33
HSL60º17.41%60.59%-
HSV(B)60º20.35%67.45%-
XYZ36.2840.0829.49-
YUV168.01110.5130.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=35.76%
G=35.76%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172137000.200.336017.4160.59
HexACAC890014213c113d
Octal254254211002441742175
Binary101011001010110010001001001010010000111110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC89; }

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

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

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

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

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

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

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

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