#ACB28F

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

Shades of Bud #ACB28F

Tints of Bud #ACB28F

Color information

#ACB28F (or 0xACB28F) is unknown color: approx Bud. HEX triplet: AC, B2 and 8F. RGB value is (172,178,143). Sum of RGB (Red+Green+Blue) = 172+178+143=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB28F is #534D70. Grayscale: #ACACAC. Windows color (decimal): -5459313 or 9417388. OLE color: 9417388.

HSL color Cylindrical-coordinate representation of color #ACB28F: hue angle of 70.29º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB28F is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB172178143-
CMYK0.0300.200.30
HSL70.29º18.52%62.94%-
HSV(B)70.29º19.66%69.8%-
XYZ37.8942.5932.21-
YUV172.22111.51127.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=34.89%
G=36.11%
B=29.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721781430.0300.200.3070.2918.5262.94
HexACB28F30141E46133f
Octal2542622173024361062377
Binary1010110010110010100011111101010011110100011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB28F; }

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

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

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

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

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

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

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

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