#ACAD8B

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

Shades of Bud #ACAD8B

Tints of Bud #ACAD8B

Color information

#ACAD8B (or 0xACAD8B) is unknown color: approx Bud. HEX triplet: AC, AD and 8B. RGB value is (172,173,139). Sum of RGB (Red+Green+Blue) = 172+173+139=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD8B is #535274. Grayscale: #A8A8A8. Windows color (decimal): -5460597 or 9153964. OLE color: 9153964.

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

Color convert

RGB172173139-
CMYK0.0100.200.32
HSL61.76º17.17%61.18%-
HSV(B)61.76º19.65%67.84%-
XYZ36.6240.5230.32-
YUV168.82111.17130.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=35.54%
G=35.74%
B=28.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731390.0100.200.3261.7617.1761.18
HexACAD8B1014203e113d
Octal254255213102440762175
Binary101011001010110110001011101010010000011111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD8B; }

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

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

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

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

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

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

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

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