#ACB18C

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

Shades of Bud #ACB18C

Tints of Bud #ACB18C

Color information

#ACB18C (or 0xACB18C) is unknown color: approx Bud. HEX triplet: AC, B1 and 8C. RGB value is (172,177,140). Sum of RGB (Red+Green+Blue) = 172+177+140=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB18C is #534E73. Grayscale: #ABABAB. Windows color (decimal): -5459572 or 9220524. OLE color: 9220524.

HSL color Cylindrical-coordinate representation of color #ACB18C: hue angle of 68.11º degrees, saturation: 0.19, 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 #ACB18C is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB172177140-
CMYK0.0300.210.31
HSL68.11º19.17%62.16%-
HSV(B)68.11º20.9%69.41%-
XYZ37.4742.1130.96-
YUV171.29110.34128.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=35.17%
G=36.20%
B=28.63%

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
Decimal1721771400.0300.210.3168.1119.1762.16
HexACB18C30151F44133e
Octal2542612143025371042376
Binary1010110010110001100011001101010111111100010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB18C; }

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

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

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

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

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

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

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

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