Html Css Color HEX #ACAC72 Locust

📋 copy color: '#ACAC72'

red 172 ◦ green 172 ◦ blue 114

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

Shades of Locust #ACAC72

Tints of Locust #ACAC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.89%

R = 37.55%
G = 37.55%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#ACAC72 (or 0xACAC72) is known color: Locust. HEX triplet: AC, AC and 72. RGB value is (172,172,114). Sum of RGB (Red+Green+Blue) = 172+172+114=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC72 is #53538D. Grayscale: #A5A5A5. Windows color (decimal): -5460878 or 7515308. OLE color: 7515308.

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

Color convert

RGB 172 172 114 -
CMYK 0 0 0.34 0.33
HSL 60º 0.26% 0.56% -
HSV(B) 60º 0.34% 0.67% -
XYZ 34.8 39.49 21.71 -
YUV 165.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 172 172 114 0 0 0.34 0.33 60 0.26 0.56
Hex AC AC 72 0 0 22 21 3C 1A 38
Octal 254 254 162 0 0 42 41 74 32 70
Binary 10101100 10101100 1110010 0 0 100010 100001 111100 11010 111000

Color Harmonies of #ACAC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC72

Black with #ACAC72

Text Example


Text Example

White with #ACAC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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