#ACB189

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

Shades of Bud #ACB189

Tints of Bud #ACB189

Color information

#ACB189 (or 0xACB189) is unknown color: approx Bud. HEX triplet: AC, B1 and 89. RGB value is (172,177,137). Sum of RGB (Red+Green+Blue) = 172+177+137=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB189 is #534E76. Grayscale: #ABABAB. Windows color (decimal): -5459575 or 9023916. OLE color: 9023916.

HSL color Cylindrical-coordinate representation of color #ACB189: hue angle of 67.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB189 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB172177137-
CMYK0.0300.230.31
HSL67.5º20.41%61.57%-
HSV(B)67.5º22.6%69.41%-
XYZ37.2542.0229.81-
YUV170.94108.84128.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=35.39%
G=36.42%
B=28.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771370.0300.230.3167.520.4161.57
HexACB18930171F44143e
Octal2542612113027371042476
Binary1010110010110001100010011101011111111100010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB189; }

 p { color: rgb(172,177,137); }

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

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

 a { background-color: rgb(172,177,137); }

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

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

 span { border-color: rgb(172,177,137); }

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