#ACAE95

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

Shades of Bud #ACAE95

Tints of Bud #ACAE95

Color information

#ACAE95 (or 0xACAE95) is unknown color: approx Bud. HEX triplet: AC, AE and 95. RGB value is (172,174,149). Sum of RGB (Red+Green+Blue) = 172+174+149=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE95 is #53516A. Grayscale: #AAAAAA. Windows color (decimal): -5460331 or 9809580. OLE color: 9809580.

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

Color convert

RGB172174149-
CMYK0.0100.140.32
HSL64.8º13.37%63.33%-
HSV(B)64.8º14.37%68.24%-
XYZ37.5741.2134.41-
YUV170.55115.84129.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=34.75%
G=35.15%
B=30.10%

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
Decimal1721741490.0100.140.3264.813.3763.33
HexACAE9510E2041d3f
Octal2542562251016401011577
Binary10101100101011101001010110111010000010000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE95; }

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

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

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

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

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

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

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

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