#ACAE94

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

Shades of Bud #ACAE94

Tints of Bud #ACAE94

Color information

#ACAE94 (or 0xACAE94) is unknown color: approx Bud. HEX triplet: AC, AE and 94. RGB value is (172,174,148). Sum of RGB (Red+Green+Blue) = 172+174+148=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE94 is #53516B. Grayscale: #AAAAAA. Windows color (decimal): -5460332 or 9744044. OLE color: 9744044.

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

Color convert

RGB172174148-
CMYK0.0100.150.32
HSL64.62º13.83%63.14%-
HSV(B)64.62º14.94%68.24%-
XYZ37.4941.1833.99-
YUV170.44115.34129.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=34.82%
G=35.22%
B=29.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741480.0100.150.3264.6213.8363.14
HexACAE9410F2041e3f
Octal2542562241017401011677
Binary10101100101011101001010010111110000010000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE94; }

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

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

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

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

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

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

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

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