#ACAD90

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

Shades of Bud #ACAD90

Tints of Bud #ACAD90

Color information

#ACAD90 (or 0xACAD90) is unknown color: approx Bud. HEX triplet: AC, AD and 90. RGB value is (172,173,144). Sum of RGB (Red+Green+Blue) = 172+173+144=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD90 is #53526F. Grayscale: #A9A9A9. Windows color (decimal): -5460592 or 9481644. OLE color: 9481644.

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

Color convert

RGB172173144-
CMYK0.0100.170.32
HSL62.07º15.03%62.16%-
HSV(B)62.07º16.76%67.84%-
XYZ36.9940.6732.29-
YUV169.4113.67129.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=35.17%
G=35.38%
B=29.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731440.0100.170.3262.0715.0362.16
HexACAD901011203ef3e
Octal254255220102140761776
Binary10101100101011011001000010100011000001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD90; }

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

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

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

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

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

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

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

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