Html Css Color HEX #AAAE71 Locust

📋 copy color: '#AAAE71'

red 170 ◦ green 174 ◦ blue 113

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

Shades of Locust #AAAE71

Tints of Locust #AAAE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.73%

R = 37.2%
G = 38.07%
B = 24.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AAAE71 (or 0xAAAE71) is known color: Locust. HEX triplet: AA, AE and 71. RGB value is (170,174,113). Sum of RGB (Red+Green+Blue) = 170+174+113=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE71 is #55518E. Grayscale: #A6A6A6. Windows color (decimal): -5591439 or 7450282. OLE color: 7450282.

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

Color convert

RGB 170 174 113 -
CMYK 0.02 0 0.35 0.32
HSL 63.93º 0.27% 0.56% -
HSV(B) 63.93º 0.35% 0.68% -
XYZ 34.69 40.01 21.52 -
YUV 165.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 170 174 113 0.02 0 0.35 0.32 63.93 0.27 0.56
Hex AA AE 71 2 0 23 20 40 1B 38
Octal 252 256 161 2 0 43 40 100 33 70
Binary 10101010 10101110 1110001 10 0 100011 100000 1000000 11011 111000

Color Harmonies of #AAAE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE71

Black with #AAAE71

Text Example


Text Example

White with #AAAE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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