#ACAD99

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

Shades of Bud #ACAD99

Tints of Bud #ACAD99

Color information

#ACAD99 (or 0xACAD99) is unknown color: approx Bud. HEX triplet: AC, AD and 99. RGB value is (172,173,153). Sum of RGB (Red+Green+Blue) = 172+173+153=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD99 is #535266. Grayscale: #AAAAAA. Windows color (decimal): -5460583 or 10071468. OLE color: 10071468.

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

Color convert

RGB172173153-
CMYK0.0100.120.32
HSL63º10.87%63.92%-
HSV(B)63º11.56%67.84%-
XYZ37.7140.9636.06-
YUV170.42118.17129.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 153 (60.16% from 255) = 30.72%
R=34.54%
G=34.74%
B=30.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731530.0100.120.326310.8763.92
HexACAD9910C203fb40
Octal2542552311014407713100
Binary10101100101011011001100110110010000011111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD99; }

 p { color: rgb(172,173,153); }

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

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

 a { background-color: rgb(172,173,153); }

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

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

 span { border-color: rgb(172,173,153); }

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