#ACAE92

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

Shades of Bud #ACAE92

Tints of Bud #ACAE92

Color information

#ACAE92 (or 0xACAE92) is unknown color: approx Bud. HEX triplet: AC, AE and 92. RGB value is (172,174,146). Sum of RGB (Red+Green+Blue) = 172+174+146=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE92 is #53516D. Grayscale: #AAAAAA. Windows color (decimal): -5460334 or 9612972. OLE color: 9612972.

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

Color convert

RGB172174146-
CMYK0.0100.160.32
HSL64.29º14.74%62.75%-
HSV(B)64.29º16.09%68.24%-
XYZ37.3441.1233.16-
YUV170.21114.34129.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=34.96%
G=35.37%
B=29.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741460.0100.160.3264.2914.7462.75
HexACAE9210102040f3f
Octal2542562221020401001777
Binary101011001010111010010010101000010000010000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE92; }

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

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

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

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

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

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

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

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