#ACB389

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

Shades of Bud #ACB389

Tints of Bud #ACB389

Color information

#ACB389 (or 0xACB389) is unknown color: approx Bud. HEX triplet: AC, B3 and 89. RGB value is (172,179,137). Sum of RGB (Red+Green+Blue) = 172+179+137=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB389 is #534C76. Grayscale: #ACACAC. Windows color (decimal): -5459063 or 9024428. OLE color: 9024428.

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

Color convert

RGB172179137-
CMYK0.0400.230.30
HSL70º21.65%61.96%-
HSV(B)70º23.46%70.2%-
XYZ37.6542.8229.95-
YUV172.12108.18127.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 179 (70.31% from 255) = 36.68%
BLUE value IS 137 (53.91% from 255) = 28.07%
R=35.25%
G=36.68%
B=28.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791370.0400.230.307021.6561.96
HexACB38940171E46163e
Octal2542632114027361062676
Binary10101100101100111000100110001011111110100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB389; }

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

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

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

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

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

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

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

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