Html Css Color HEX #AAAE73 Locust

📋 copy color: '#AAAE73'

red 170 ◦ green 174 ◦ blue 115

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

Shades of Locust #AAAE73

Tints of Locust #AAAE73

RGB

 RED value IS 170 (66.8% from 255) = 37.04%

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

 BLUE value IS 115 (45.31% from 255) = 25.05%

R = 37.04%
G = 37.91%
B = 25.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AAAE73 (or 0xAAAE73) is known color: Locust. HEX triplet: AA, AE and 73. RGB value is (170,174,115). Sum of RGB (Red+Green+Blue) = 170+174+115=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE73 is #55518C. Grayscale: #A6A6A6. Windows color (decimal): -5591437 or 7581354. OLE color: 7581354.

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

Color convert

RGB 170 174 115 -
CMYK 0.02 0 0.34 0.32
HSL 64.07º 0.27% 0.57% -
HSV(B) 64.07º 0.34% 0.68% -
XYZ 34.81 40.06 22.12 -
YUV 166.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 170 174 115 0.02 0 0.34 0.32 64.07 0.27 0.57
Hex AA AE 73 2 0 22 20 40 1B 39
Octal 252 256 163 2 0 42 40 100 33 71
Binary 10101010 10101110 1110011 10 0 100010 100000 1000000 11011 111001

Color Harmonies of #AAAE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE73

Black with #AAAE73

Text Example


Text Example

White with #AAAE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE73; }

 p { color: rgb(170,174,115); }

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

background-color css

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

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

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

border-color css

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

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

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