#ACB092

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

Shades of Bud #ACB092

Tints of Bud #ACB092

Color information

#ACB092 (or 0xACB092) is unknown color: approx Bud. HEX triplet: AC, B0 and 92. RGB value is (172,176,146). Sum of RGB (Red+Green+Blue) = 172+176+146=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB092 is #534F6D. Grayscale: #ABABAB. Windows color (decimal): -5459822 or 9613484. OLE color: 9613484.

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

Color convert

RGB172176146-
CMYK0.0200.170.31
HSL68º15.96%63.14%-
HSV(B)68º17.05%69.02%-
XYZ37.7341.933.29-
YUV171.38113.67128.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=34.82%
G=35.63%
B=29.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761460.0200.170.316815.9663.14
HexACB09220111F44103f
Octal2542602222021371042077
Binary1010110010110000100100101001000111111100010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB092; }

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

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

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

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

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

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

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

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