Html Css Color HEX #AAAD7E Locust

📋 copy color: '#AAAD7E'

red 170 ◦ green 173 ◦ blue 126

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

Shades of Locust #AAAD7E

Tints of Locust #AAAD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.87%

R = 36.25%
G = 36.89%
B = 26.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AAAD7E (or 0xAAAD7E) is known color: Locust. HEX triplet: AA, AD and 7E. RGB value is (170,173,126). Sum of RGB (Red+Green+Blue) = 170+173+126=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD7E is #555281. Grayscale: #A6A6A6. Windows color (decimal): -5591682 or 8301994. OLE color: 8301994.

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

Color convert

RGB 170 173 126 -
CMYK 0.02 0 0.27 0.32
HSL 63.83º 0.22% 0.59% -
HSV(B) 63.83º 0.27% 0.68% -
XYZ 35.29 39.94 25.59 -
YUV 166.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 170 173 126 0.02 0 0.27 0.32 63.83 0.22 0.59
Hex AA AD 7E 2 0 1B 20 40 16 3B
Octal 252 255 176 2 0 33 40 100 26 73
Binary 10101010 10101101 1111110 10 0 11011 100000 1000000 10110 111011

Color Harmonies of #AAAD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD7E

Black with #AAAD7E

Text Example


Text Example

White with #AAAD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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