Html Css Color HEX #ACAC78 Locust

📋 copy color: '#ACAC78'

red 172 ◦ green 172 ◦ blue 120

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

Shades of Locust #ACAC78

Tints of Locust #ACAC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.86%

R = 37.07%
G = 37.07%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#ACAC78 (or 0xACAC78) is known color: Locust. HEX triplet: AC, AC and 78. RGB value is (172,172,120). Sum of RGB (Red+Green+Blue) = 172+172+120=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC78 is #535387. Grayscale: #A6A6A6. Windows color (decimal): -5460872 or 7908524. OLE color: 7908524.

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

Color convert

RGB 172 172 120 -
CMYK 0 0 0.30 0.33
HSL 60º 0.24% 0.57% -
HSV(B) 60º 0.3% 0.67% -
XYZ 35.16 39.63 23.57 -
YUV 166.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 172 172 120 0 0 0.30 0.33 60 0.24 0.57
Hex AC AC 78 0 0 1E 21 3C 18 39
Octal 254 254 170 0 0 36 41 74 30 71
Binary 10101100 10101100 1111000 0 0 11110 100001 111100 11000 111001

Color Harmonies of #ACAC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC78

Black with #ACAC78

Text Example


Text Example

White with #ACAC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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