#ACB18B

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

Shades of Bud #ACB18B

Tints of Bud #ACB18B

Color information

#ACB18B (or 0xACB18B) is unknown color: approx Bud. HEX triplet: AC, B1 and 8B. RGB value is (172,177,139). Sum of RGB (Red+Green+Blue) = 172+177+139=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB18B is #534E74. Grayscale: #ABABAB. Windows color (decimal): -5459573 or 9154988. OLE color: 9154988.

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

Color convert

RGB172177139-
CMYK0.0300.210.31
HSL67.89º19.59%61.96%-
HSV(B)67.89º21.47%69.41%-
XYZ37.442.0830.58-
YUV171.17109.84128.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=35.25%
G=36.27%
B=28.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771390.0300.210.3167.8919.5961.96
HexACB18B30151F44143e
Octal2542612133025371042476
Binary1010110010110001100010111101010111111100010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB18B; }

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

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

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

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

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

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

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

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