#ACAE86

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

Shades of Bud #ACAE86

Tints of Bud #ACAE86

Color information

#ACAE86 (or 0xACAE86) is unknown color: approx Bud. HEX triplet: AC, AE and 86. RGB value is (172,174,134). Sum of RGB (Red+Green+Blue) = 172+174+134=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE86 is #535179. Grayscale: #A9A9A9. Windows color (decimal): -5460346 or 8826540. OLE color: 8826540.

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

Color convert

RGB172174134-
CMYK0.0100.230.32
HSL63º19.8%60.39%-
HSV(B)63º22.99%68.24%-
XYZ36.4540.7628.5-
YUV168.84108.34130.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=35.83%
G=36.25%
B=27.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741340.0100.230.326319.860.39
HexACAE861017203f143c
Octal254256206102740772474
Binary101011001010111010000110101011110000011111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE86; }

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

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

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

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

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

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

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

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