Html Css Color HEX #ACAC76 Locust

📋 copy color: '#ACAC76'

red 172 ◦ green 172 ◦ blue 118

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

Shades of Locust #ACAC76

Tints of Locust #ACAC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.23%

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

R = 37.23%
G = 37.23%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#ACAC76 (or 0xACAC76) is known color: Locust. HEX triplet: AC, AC and 76. RGB value is (172,172,118). Sum of RGB (Red+Green+Blue) = 172+172+118=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC76 is #535389. Grayscale: #A6A6A6. Windows color (decimal): -5460874 or 7777452. OLE color: 7777452.

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

Color convert

RGB 172 172 118 -
CMYK 0 0 0.31 0.33
HSL 60º 0.25% 0.57% -
HSV(B) 60º 0.31% 0.67% -
XYZ 35.04 39.58 22.93 -
YUV 165.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 172 172 118 0 0 0.31 0.33 60 0.25 0.57
Hex AC AC 76 0 0 1F 21 3C 19 39
Octal 254 254 166 0 0 37 41 74 31 71
Binary 10101100 10101100 1110110 0 0 11111 100001 111100 11001 111001

Color Harmonies of #ACAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC76

Black with #ACAC76

Text Example


Text Example

White with #ACAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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