Html Css Color HEX #ACAC77 Locust

📋 copy color: '#ACAC77'

red 172 ◦ green 172 ◦ blue 119

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

Shades of Locust #ACAC77

Tints of Locust #ACAC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.7%

R = 37.15%
G = 37.15%
B = 25.7%

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

#ACAC77 (or 0xACAC77) is known color: Locust. HEX triplet: AC, AC and 77. RGB value is (172,172,119). Sum of RGB (Red+Green+Blue) = 172+172+119=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC77 is #535388. Grayscale: #A6A6A6. Windows color (decimal): -5460873 or 7842988. OLE color: 7842988.

HSL color Cylindrical-coordinate representation of color #ACAC77: hue angle of 60º degrees, saturation: 0.24, 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 #ACAC77 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 119 -
CMYK 0 0 0.31 0.33
HSL 60º 0.24% 0.57% -
HSV(B) 60º 0.31% 0.67% -
XYZ 35.1 39.61 23.25 -
YUV 165.96 101.5 132.31 -
System Red Green Blue C M Y K H S L
Decimal 172 172 119 0 0 0.31 0.33 60 0.24 0.57
Hex AC AC 77 0 0 1F 21 3C 18 39
Octal 254 254 167 0 0 37 41 74 30 71
Binary 10101100 10101100 1110111 0 0 11111 100001 111100 11000 111001

Color Harmonies of #ACAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC77

Black with #ACAC77

Text Example


Text Example

White with #ACAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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