#ACAD93

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

Shades of Bud #ACAD93

Tints of Bud #ACAD93

Color information

#ACAD93 (or 0xACAD93) is unknown color: approx Bud. HEX triplet: AC, AD and 93. RGB value is (172,173,147). Sum of RGB (Red+Green+Blue) = 172+173+147=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD93 is #53526C. Grayscale: #A9A9A9. Windows color (decimal): -5460589 or 9678252. OLE color: 9678252.

HSL color Cylindrical-coordinate representation of color #ACAD93: hue angle of 62.31º 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 #ACAD93 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB172173147-
CMYK0.0100.150.32
HSL62.31º13.68%62.75%-
HSV(B)62.31º15.03%67.84%-
XYZ37.2240.7633.51-
YUV169.74115.17129.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=34.96%
G=35.16%
B=29.88%

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
Decimal1721731470.0100.150.3262.3113.6862.75
HexACAD9310F203ee3f
Octal254255223101740761677
Binary1010110010101101100100111011111000001111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD93; }

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

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

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

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

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

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

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

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