#ACB089

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

Shades of Bud #ACB089

Tints of Bud #ACB089

Color information

#ACB089 (or 0xACB089) is unknown color: approx Bud. HEX triplet: AC, B0 and 89. RGB value is (172,176,137). Sum of RGB (Red+Green+Blue) = 172+176+137=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB089 is #534F76. Grayscale: #AAAAAA. Windows color (decimal): -5459831 or 9023660. OLE color: 9023660.

HSL color Cylindrical-coordinate representation of color #ACB089: hue angle of 66.15º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB089 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB172176137-
CMYK0.0200.220.31
HSL66.15º19.8%61.37%-
HSV(B)66.15º22.16%69.02%-
XYZ37.0541.6329.75-
YUV170.36109.17129.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=35.46%
G=36.29%
B=28.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761370.0200.220.3166.1519.861.37
HexACB08920161F42143d
Octal2542602112026371022475
Binary1010110010110000100010011001011011111100001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB089; }

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

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

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

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

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

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

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

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