#ACAD8A

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

Shades of Bud #ACAD8A

Tints of Bud #ACAD8A

Color information

#ACAD8A (or 0xACAD8A) is unknown color: approx Bud. HEX triplet: AC, AD and 8A. RGB value is (172,173,138). Sum of RGB (Red+Green+Blue) = 172+173+138=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD8A is #535275. Grayscale: #A8A8A8. Windows color (decimal): -5460598 or 9088428. OLE color: 9088428.

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

Color convert

RGB172173138-
CMYK0.0100.200.32
HSL61.71º17.59%60.98%-
HSV(B)61.71º20.23%67.84%-
XYZ36.5440.4929.93-
YUV168.71110.67130.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=35.61%
G=35.82%
B=28.57%

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
Decimal1721731380.0100.200.3261.7117.5960.98
HexACAD8A1014203e123d
Octal254255212102440762275
Binary101011001010110110001010101010010000011111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD8A; }

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

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

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

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

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

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

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

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