#ACB385

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

Shades of Bud #ACB385

Tints of Bud #ACB385

Color information

#ACB385 (or 0xACB385) is unknown color: approx Bud. HEX triplet: AC, B3 and 85. RGB value is (172,179,133). Sum of RGB (Red+Green+Blue) = 172+179+133=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB385 is #534C7A. Grayscale: #ABABAB. Windows color (decimal): -5459067 or 8762284. OLE color: 8762284.

HSL color Cylindrical-coordinate representation of color #ACB385: hue angle of 69.13º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACB385 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB172179133-
CMYK0.0400.260.30
HSL69.13º23.23%61.18%-
HSV(B)69.13º25.7%70.2%-
XYZ37.3742.728.46-
YUV171.66106.18128.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=35.54%
G=36.98%
B=27.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791330.0400.260.3069.1323.2361.18
HexACB385401A1E45173d
Octal2542632054032361052775
Binary10101100101100111000010110001101011110100010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB385; }

 p { color: rgb(172,179,133); }

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

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

 a { background-color: rgb(172,179,133); }

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

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

 span { border-color: rgb(172,179,133); }

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