#ACAD75

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

Shades of Locust #ACAD75

Tints of Locust #ACAD75

Color information

#ACAD75 (or 0xACAD75) is unknown color: approx Locust. HEX triplet: AC, AD and 75. RGB value is (172,173,117). Sum of RGB (Red+Green+Blue) = 172+173+117=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD75 is #53528A. Grayscale: #A6A6A6. Windows color (decimal): -5460619 or 7712172. OLE color: 7712172.

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

Color convert

RGB172173117-
CMYK0.0100.320.32
HSL61.07º25.45%56.86%-
HSV(B)61.07º32.37%67.84%-
XYZ35.1739.9422.69-
YUV166.32100.17132.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=37.23%
G=37.45%
B=25.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731170.0100.320.3261.0725.4556.86
HexACAD751020203d1939
Octal254255165104040753171
Binary101011001010110111101011010000010000011110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD75; }

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

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

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

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

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

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

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

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