#ACAD8E

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

Shades of Bud #ACAD8E

Tints of Bud #ACAD8E

Color information

#ACAD8E (or 0xACAD8E) is unknown color: approx Bud. HEX triplet: AC, AD and 8E. RGB value is (172,173,142). Sum of RGB (Red+Green+Blue) = 172+173+142=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD8E is #535271. Grayscale: #A9A9A9. Windows color (decimal): -5460594 or 9350572. OLE color: 9350572.

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

Color convert

RGB172173142-
CMYK0.0100.180.32
HSL61.94º15.9%61.76%-
HSV(B)61.94º17.92%67.84%-
XYZ36.8440.6131.49-
YUV169.17112.67130.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=35.32%
G=35.52%
B=29.16%

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
Decimal1721731420.0100.180.3261.9415.961.76
HexACAD8E1012203e103e
Octal254255216102240762076
Binary101011001010110110001110101001010000011111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD8E; }

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

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

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

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

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

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

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

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