Html Css Color HEX #ACAD76 Locust

📋 copy color: '#ACAD76'

red 172 ◦ green 173 ◦ blue 118

#ACAD76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #ACAD76

Tints of Locust #ACAD76

RGB

 RED value IS 172 (67.58% from 255) = 37.15%

 GREEN value IS 173 (67.97% from 255) = 37.37%

 BLUE value IS 118 (46.48% from 255) = 25.49%

R = 37.15%
G = 37.37%
B = 25.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#ACAD76 (or 0xACAD76) is known color: Locust. HEX triplet: AC, AD and 76. RGB value is (172,173,118). Sum of RGB (Red+Green+Blue) = 172+173+118=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD76 is #535289. Grayscale: #A6A6A6. Windows color (decimal): -5460618 or 7777708. OLE color: 7777708.

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

Color convert

RGB 172 173 118 -
CMYK 0.01 0 0.32 0.32
HSL 61.09º 0.25% 0.57% -
HSV(B) 61.09º 0.32% 0.68% -
XYZ 35.23 39.97 23 -
YUV 166.43 100.67 131.97 -
System Red Green Blue C M Y K H S L
Decimal 172 173 118 0.01 0 0.32 0.32 61.09 0.25 0.57
Hex AC AD 76 1 0 20 20 3D 19 39
Octal 254 255 166 1 0 40 40 75 31 71
Binary 10101100 10101101 1110110 1 0 100000 100000 111101 11001 111001

Color Harmonies of #ACAD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAD76

Black with #ACAD76

Text Example


Text Example

White with #ACAD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAD76; }

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

 H1.HeaderClassName
 {
   color: #ACAD76;
 }
 .AnyTagClassName
 {
   color: #ACAD76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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