#ACB094

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

Shades of Bud #ACB094

Tints of Bud #ACB094

Color information

#ACB094 (or 0xACB094) is unknown color: approx Bud. HEX triplet: AC, B0 and 94. RGB value is (172,176,148). Sum of RGB (Red+Green+Blue) = 172+176+148=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB094 is #534F6B. Grayscale: #ABABAB. Windows color (decimal): -5459820 or 9744556. OLE color: 9744556.

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

Color convert

RGB172176148-
CMYK0.0200.160.31
HSL68.57º15.05%63.53%-
HSV(B)68.57º15.91%69.02%-
XYZ37.8841.9634.12-
YUV171.61114.67128.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=34.68%
G=35.48%
B=29.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761480.0200.160.3168.5715.0563.53
HexACB09420101F45f40
Octal25426022420203710517100
Binary1010110010110000100101001001000011111100010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB094; }

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

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

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

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

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

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

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

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