Html Css Color HEX #AEAE77 Locust

📋 copy color: '#AEAE77'

red 174 ◦ green 174 ◦ blue 119

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

Shades of Locust #AEAE77

Tints of Locust #AEAE77

RGB

 RED value IS 174 (68.36% from 255) = 37.26%

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

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

R = 37.26%
G = 37.26%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AEAE77 (or 0xAEAE77) is known color: Locust. HEX triplet: AE, AE and 77. RGB value is (174,174,119). Sum of RGB (Red+Green+Blue) = 174+174+119=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE77 is #515188. Grayscale: #A7A7A7. Windows color (decimal): -5329289 or 7843502. OLE color: 7843502.

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

Color convert

RGB 174 174 119 -
CMYK 0 0 0.32 0.32
HSL 60º 0.25% 0.57% -
HSV(B) 60º 0.32% 0.68% -
XYZ 35.92 40.6 23.4 -
YUV 167.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 174 174 119 0 0 0.32 0.32 60 0.25 0.57
Hex AE AE 77 0 0 20 20 3C 19 39
Octal 256 256 167 0 0 40 40 74 31 71
Binary 10101110 10101110 1110111 0 0 100000 100000 111100 11001 111001

Color Harmonies of #AEAE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE77

Black with #AEAE77

Text Example


Text Example

White with #AEAE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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