#ACB091

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

Shades of Bud #ACB091

Tints of Bud #ACB091

Color information

#ACB091 (or 0xACB091) is unknown color: approx Bud. HEX triplet: AC, B0 and 91. RGB value is (172,176,145). Sum of RGB (Red+Green+Blue) = 172+176+145=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB091 is #534F6E. Grayscale: #ABABAB. Windows color (decimal): -5459823 or 9547948. OLE color: 9547948.

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

Color convert

RGB172176145-
CMYK0.0200.180.31
HSL67.74º16.4%62.94%-
HSV(B)67.74º17.61%69.02%-
XYZ37.6541.8732.88-
YUV171.27113.17128.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 145 (57.03% from 255) = 29.41%
R=34.89%
G=35.70%
B=29.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761450.0200.180.3167.7416.462.94
HexACB09120121F44103f
Octal2542602212022371042077
Binary1010110010110000100100011001001011111100010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB091; }

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

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

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

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

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

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

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

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