Html Css Color HEX #ACAC75 Locust

📋 copy color: '#ACAC75'

red 172 ◦ green 172 ◦ blue 117

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

Shades of Locust #ACAC75

Tints of Locust #ACAC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 37.31%
G = 37.31%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#ACAC75 (or 0xACAC75) is known color: Locust. HEX triplet: AC, AC and 75. RGB value is (172,172,117). Sum of RGB (Red+Green+Blue) = 172+172+117=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC75 is #53538A. Grayscale: #A5A5A5. Windows color (decimal): -5460875 or 7711916. OLE color: 7711916.

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

Color convert

RGB 172 172 117 -
CMYK 0 0 0.32 0.33
HSL 60º 0.25% 0.57% -
HSV(B) 60º 0.32% 0.67% -
XYZ 34.98 39.56 22.62 -
YUV 165.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 172 172 117 0 0 0.32 0.33 60 0.25 0.57
Hex AC AC 75 0 0 20 21 3C 19 39
Octal 254 254 165 0 0 40 41 74 31 71
Binary 10101100 10101100 1110101 0 0 100000 100001 111100 11001 111001

Color Harmonies of #ACAC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC75

Black with #ACAC75

Text Example


Text Example

White with #ACAC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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