Html Css Color HEX #ACAC73 Locust

📋 copy color: '#ACAC73'

red 172 ◦ green 172 ◦ blue 115

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

Shades of Locust #ACAC73

Tints of Locust #ACAC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.05%

R = 37.47%
G = 37.47%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#ACAC73 (or 0xACAC73) is known color: Locust. HEX triplet: AC, AC and 73. RGB value is (172,172,115). Sum of RGB (Red+Green+Blue) = 172+172+115=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC73 is #53538C. Grayscale: #A5A5A5. Windows color (decimal): -5460877 or 7580844. OLE color: 7580844.

HSL color Cylindrical-coordinate representation of color #ACAC73: 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.33%. Process color model (Four color, CMYK) of #ACAC73 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 172 115 -
CMYK 0 0 0.33 0.33
HSL 60º 0.26% 0.56% -
HSV(B) 60º 0.33% 0.67% -
XYZ 34.86 39.51 22.01 -
YUV 165.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 172 172 115 0 0 0.33 0.33 60 0.26 0.56
Hex AC AC 73 0 0 21 21 3C 1A 38
Octal 254 254 163 0 0 41 41 74 32 70
Binary 10101100 10101100 1110011 0 0 100001 100001 111100 11010 111000

Color Harmonies of #ACAC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC73

Black with #ACAC73

Text Example


Text Example

White with #ACAC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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