Html Css Color HEX #ACAE76 Locust

📋 copy color: '#ACAE76'

red 172 ◦ green 174 ◦ blue 118

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

Shades of Locust #ACAE76

Tints of Locust #ACAE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.43%

R = 37.07%
G = 37.5%
B = 25.43%

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

#ACAE76 (or 0xACAE76) is known color: Locust. HEX triplet: AC, AE and 76. RGB value is (172,174,118). Sum of RGB (Red+Green+Blue) = 172+174+118=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE76 is #535189. Grayscale: #A7A7A7. Windows color (decimal): -5460362 or 7777964. OLE color: 7777964.

HSL color Cylindrical-coordinate representation of color #ACAE76: hue angle of 62.14º degrees, saturation: 0.26, 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 #ACAE76 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 174 118 -
CMYK 0.01 0 0.32 0.32
HSL 62.14º 0.26% 0.57% -
HSV(B) 62.14º 0.32% 0.68% -
XYZ 35.42 40.35 23.06 -
YUV 167.02 100.34 131.55 -
System Red Green Blue C M Y K H S L
Decimal 172 174 118 0.01 0 0.32 0.32 62.14 0.26 0.57
Hex AC AE 76 1 0 20 20 3E 1A 39
Octal 254 256 166 1 0 40 40 76 32 71
Binary 10101100 10101110 1110110 1 0 100000 100000 111110 11010 111001

Color Harmonies of #ACAE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAE76

Black with #ACAE76

Text Example


Text Example

White with #ACAE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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