Html Css Color HEX #AAAE7D Locust

📋 copy color: '#AAAE7D'

red 170 ◦ green 174 ◦ blue 125

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

Shades of Locust #AAAE7D

Tints of Locust #AAAE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 36.25%
G = 37.1%
B = 26.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AAAE7D (or 0xAAAE7D) is known color: Locust. HEX triplet: AA, AE and 7D. RGB value is (170,174,125). Sum of RGB (Red+Green+Blue) = 170+174+125=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE7D is #555182. Grayscale: #A7A7A7. Windows color (decimal): -5591427 or 8236714. OLE color: 8236714.

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

Color convert

RGB 170 174 125 -
CMYK 0.02 0 0.28 0.32
HSL 64.9º 0.23% 0.59% -
HSV(B) 64.9º 0.28% 0.68% -
XYZ 35.42 40.3 25.31 -
YUV 167.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 170 174 125 0.02 0 0.28 0.32 64.9 0.23 0.59
Hex AA AE 7D 2 0 1C 20 41 17 3B
Octal 252 256 175 2 0 34 40 101 27 73
Binary 10101010 10101110 1111101 10 0 11100 100000 1000001 10111 111011

Color Harmonies of #AAAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE7D

Black with #AAAE7D

Text Example


Text Example

White with #AAAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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