#ACAD84

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

Shades of Locust #ACAD84

Tints of Locust #ACAD84

Color information

#ACAD84 (or 0xACAD84) is unknown color: approx Locust. HEX triplet: AC, AD and 84. RGB value is (172,173,132). Sum of RGB (Red+Green+Blue) = 172+173+132=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD84 is #53527B. Grayscale: #A8A8A8. Windows color (decimal): -5460604 or 8695212. OLE color: 8695212.

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

Color convert

RGB172173132-
CMYK0.0100.240.32
HSL61.46º20%59.8%-
HSV(B)61.46º23.7%67.84%-
XYZ36.1240.3227.71-
YUV168.03107.67130.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=36.06%
G=36.27%
B=27.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731320.0100.240.3261.462059.8
HexACAD841018203d143c
Octal254255204103040752474
Binary101011001010110110000100101100010000011110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD84; }

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

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

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

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

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

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

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

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