#ACB08F

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

Shades of Bud #ACB08F

Tints of Bud #ACB08F

Color information

#ACB08F (or 0xACB08F) is unknown color: approx Bud. HEX triplet: AC, B0 and 8F. RGB value is (172,176,143). Sum of RGB (Red+Green+Blue) = 172+176+143=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB08F is #534F70. Grayscale: #ABABAB. Windows color (decimal): -5459825 or 9416876. OLE color: 9416876.

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

Color convert

RGB172176143-
CMYK0.0200.190.31
HSL67.27º17.28%62.55%-
HSV(B)67.27º18.75%69.02%-
XYZ37.541.832.08-
YUV171.04112.17128.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=35.03%
G=35.85%
B=29.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761430.0200.190.3167.2717.2862.55
HexACB08F20131F43113f
Octal2542602172023371032177
Binary1010110010110000100011111001001111111100001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB08F; }

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

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

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

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

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

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

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

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