#ACB384

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

Shades of Bud #ACB384

Tints of Bud #ACB384

Color information

#ACB384 (or 0xACB384) is unknown color: approx Bud. HEX triplet: AC, B3 and 84. RGB value is (172,179,132). Sum of RGB (Red+Green+Blue) = 172+179+132=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB384 is #534C7B. Grayscale: #ABABAB. Windows color (decimal): -5459068 or 8696748. OLE color: 8696748.

HSL color Cylindrical-coordinate representation of color #ACB384: hue angle of 68.94º degrees, saturation: 0.24, 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 #ACB384 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB172179132-
CMYK0.0400.260.30
HSL68.94º23.62%60.98%-
HSV(B)68.94º26.26%70.2%-
XYZ37.342.6828.1-
YUV171.55105.68128.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=35.61%
G=37.06%
B=27.33%

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
Decimal1721791320.0400.260.3068.9423.6260.98
HexACB384401A1E45183d
Octal2542632044032361053075
Binary10101100101100111000010010001101011110100010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB384; }

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

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

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

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

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

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

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

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