#ACAE99

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

Shades of Bud #ACAE99

Tints of Bud #ACAE99

Color information

#ACAE99 (or 0xACAE99) is unknown color: approx Bud. HEX triplet: AC, AE and 99. RGB value is (172,174,153). Sum of RGB (Red+Green+Blue) = 172+174+153=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE99 is #535166. Grayscale: #ABABAB. Windows color (decimal): -5460327 or 10071724. OLE color: 10071724.

HSL color Cylindrical-coordinate representation of color #ACAE99: hue angle of 65.71º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACAE99 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB172174153-
CMYK0.0100.120.32
HSL65.71º11.48%64.12%-
HSV(B)65.71º12.07%68.24%-
XYZ37.941.3436.12-
YUV171.01117.84128.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=34.47%
G=34.87%
B=30.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741530.0100.120.3265.7111.4864.12
HexACAE9910C2042b40
Octal25425623110144010213100
Binary101011001010111010011001101100100000100001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE99; }

 p { color: rgb(172,174,153); }

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

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

 a { background-color: rgb(172,174,153); }

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

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

 span { border-color: rgb(172,174,153); }

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