#ACAD97

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

Shades of Bud #ACAD97

Tints of Bud #ACAD97

Color information

#ACAD97 (or 0xACAD97) is unknown color: approx Bud. HEX triplet: AC, AD and 97. RGB value is (172,173,151). Sum of RGB (Red+Green+Blue) = 172+173+151=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD97 is #535268. Grayscale: #AAAAAA. Windows color (decimal): -5460585 or 9940396. OLE color: 9940396.

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

Color convert

RGB172173151-
CMYK0.0100.130.32
HSL62.73º11.83%63.53%-
HSV(B)62.73º12.72%67.84%-
XYZ37.5440.8935.19-
YUV170.19117.17129.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=34.68%
G=34.88%
B=30.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731510.0100.130.3262.7311.8363.53
HexACAD9710D203fc40
Octal2542552271015407714100
Binary10101100101011011001011110110110000011111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD97; }

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

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

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

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

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

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

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

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