Html Css Color HEX #ACAC7D Locust

📋 copy color: '#ACAC7D'

red 172 ◦ green 172 ◦ blue 125

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

Shades of Locust #ACAC7D

Tints of Locust #ACAC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 36.67%
G = 36.67%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#ACAC7D (or 0xACAC7D) is known color: Locust. HEX triplet: AC, AC and 7D. RGB value is (172,172,125). Sum of RGB (Red+Green+Blue) = 172+172+125=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC7D is #535382. Grayscale: #A6A6A6. Windows color (decimal): -5460867 or 8236204. OLE color: 8236204.

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

Color convert

RGB 172 172 125 -
CMYK 0 0 0.27 0.33
HSL 60º 0.22% 0.58% -
HSV(B) 60º 0.27% 0.67% -
XYZ 35.47 39.76 25.21 -
YUV 166.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 172 172 125 0 0 0.27 0.33 60 0.22 0.58
Hex AC AC 7D 0 0 1B 21 3C 16 3A
Octal 254 254 175 0 0 33 41 74 26 72
Binary 10101100 10101100 1111101 0 0 11011 100001 111100 10110 111010

Color Harmonies of #ACAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC7D

Black with #ACAC7D

Text Example


Text Example

White with #ACAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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