Html Css Color HEX #ACAC7C Locust

📋 copy color: '#ACAC7C'

red 172 ◦ green 172 ◦ blue 124

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

Shades of Locust #ACAC7C

Tints of Locust #ACAC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 36.75%
G = 36.75%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#ACAC7C (or 0xACAC7C) is known color: Locust. HEX triplet: AC, AC and 7C. RGB value is (172,172,124). Sum of RGB (Red+Green+Blue) = 172+172+124=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC7C is #535383. Grayscale: #A6A6A6. Windows color (decimal): -5460868 or 8170668. OLE color: 8170668.

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

Color convert

RGB 172 172 124 -
CMYK 0 0 0.28 0.33
HSL 60º 0.22% 0.58% -
HSV(B) 60º 0.28% 0.67% -
XYZ 35.4 39.73 24.87 -
YUV 166.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 172 172 124 0 0 0.28 0.33 60 0.22 0.58
Hex AC AC 7C 0 0 1C 21 3C 16 3A
Octal 254 254 174 0 0 34 41 74 26 72
Binary 10101100 10101100 1111100 0 0 11100 100001 111100 10110 111010

Color Harmonies of #ACAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC7C

Black with #ACAC7C

Text Example


Text Example

White with #ACAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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