Html Css Color HEX #AAAD71 Locust

📋 copy color: '#AAAD71'

red 170 ◦ green 173 ◦ blue 113

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

Shades of Locust #AAAD71

Tints of Locust #AAAD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

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

R = 37.28%
G = 37.94%
B = 24.78%

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

#AAAD71 (or 0xAAAD71) is known color: Locust. HEX triplet: AA, AD and 71. RGB value is (170,173,113). Sum of RGB (Red+Green+Blue) = 170+173+113=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD71 is #55528E. Grayscale: #A5A5A5. Windows color (decimal): -5591695 or 7450026. OLE color: 7450026.

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

Color convert

RGB 170 173 113 -
CMYK 0.02 0 0.35 0.32
HSL 63º 0.27% 0.56% -
HSV(B) 63º 0.35% 0.68% -
XYZ 34.5 39.63 21.45 -
YUV 165.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 170 173 113 0.02 0 0.35 0.32 63 0.27 0.56
Hex AA AD 71 2 0 23 20 3F 1B 38
Octal 252 255 161 2 0 43 40 77 33 70
Binary 10101010 10101101 1110001 10 0 100011 100000 111111 11011 111000

Color Harmonies of #AAAD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD71

Black with #AAAD71

Text Example


Text Example

White with #AAAD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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