Html Css Color HEX #AEAE75 Locust

📋 copy color: '#AEAE75'

red 174 ◦ green 174 ◦ blue 117

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

Shades of Locust #AEAE75

Tints of Locust #AEAE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.16%

R = 37.42%
G = 37.42%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AEAE75 (or 0xAEAE75) is known color: Locust. HEX triplet: AE, AE and 75. RGB value is (174,174,117). Sum of RGB (Red+Green+Blue) = 174+174+117=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE75 is #51518A. Grayscale: #A7A7A7. Windows color (decimal): -5329291 or 7712430. OLE color: 7712430.

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

Color convert

RGB 174 174 117 -
CMYK 0 0 0.33 0.32
HSL 60º 0.26% 0.57% -
HSV(B) 60º 0.33% 0.68% -
XYZ 35.8 40.56 22.77 -
YUV 167.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 174 174 117 0 0 0.33 0.32 60 0.26 0.57
Hex AE AE 75 0 0 21 20 3C 1A 39
Octal 256 256 165 0 0 41 40 74 32 71
Binary 10101110 10101110 1110101 0 0 100001 100000 111100 11010 111001

Color Harmonies of #AEAE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE75

Black with #AEAE75

Text Example


Text Example

White with #AEAE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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