#ACAE96

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

Shades of Bud #ACAE96

Tints of Bud #ACAE96

Color information

#ACAE96 (or 0xACAE96) is unknown color: approx Bud. HEX triplet: AC, AE and 96. RGB value is (172,174,150). Sum of RGB (Red+Green+Blue) = 172+174+150=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE96 is #535169. Grayscale: #AAAAAA. Windows color (decimal): -5460330 or 9875116. OLE color: 9875116.

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

Color convert

RGB172174150-
CMYK0.0100.140.32
HSL65º12.9%63.53%-
HSV(B)65º13.79%68.24%-
XYZ37.6541.2434.83-
YUV170.67116.34128.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=34.68%
G=35.08%
B=30.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741500.0100.140.326512.963.53
HexACAE9610E2041d40
Octal25425622610164010115100
Binary101011001010111010010110101110100000100000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE96; }

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

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

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

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

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

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

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

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