#ACAD8D

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

Shades of Bud #ACAD8D

Tints of Bud #ACAD8D

Color information

#ACAD8D (or 0xACAD8D) is unknown color: approx Bud. HEX triplet: AC, AD and 8D. RGB value is (172,173,141). Sum of RGB (Red+Green+Blue) = 172+173+141=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD8D is #535272. Grayscale: #A9A9A9. Windows color (decimal): -5460595 or 9285036. OLE color: 9285036.

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

Color convert

RGB172173141-
CMYK0.0100.180.32
HSL61.88º16.33%61.57%-
HSV(B)61.88º18.5%67.84%-
XYZ36.7640.5831.09-
YUV169.05112.17130.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=35.39%
G=35.60%
B=29.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731410.0100.180.3261.8816.3361.57
HexACAD8D1012203e103e
Octal254255215102240762076
Binary101011001010110110001101101001010000011111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD8D; }

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

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

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

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

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

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

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

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