Html Css Color HEX #ACAE77 Locust

📋 copy color: '#ACAE77'

red 172 ◦ green 174 ◦ blue 119

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

Shades of Locust #ACAE77

Tints of Locust #ACAE77

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.42%

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 36.99%
G = 37.42%
B = 25.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#ACAE77 (or 0xACAE77) is known color: Locust. HEX triplet: AC, AE and 77. RGB value is (172,174,119). Sum of RGB (Red+Green+Blue) = 172+174+119=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE77 is #535188. Grayscale: #A7A7A7. Windows color (decimal): -5460361 or 7843500. OLE color: 7843500.

HSL color Cylindrical-coordinate representation of color #ACAE77: hue angle of 62.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACAE77 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 174 119 -
CMYK 0.01 0 0.32 0.32
HSL 62.18º 0.25% 0.57% -
HSV(B) 62.18º 0.32% 0.68% -
XYZ 35.48 40.37 23.38 -
YUV 167.13 100.84 131.47 -
System Red Green Blue C M Y K H S L
Decimal 172 174 119 0.01 0 0.32 0.32 62.18 0.25 0.57
Hex AC AE 77 1 0 20 20 3E 19 39
Octal 254 256 167 1 0 40 40 76 31 71
Binary 10101100 10101110 1110111 1 0 100000 100000 111110 11001 111001

Color Harmonies of #ACAE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE77

Black with #ACAE77

Text Example


Text Example

White with #ACAE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE77; }

 p { color: rgb(172,174,119); }

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

background-color css

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

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

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

border-color css

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

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

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