Html Css Color HEX #AAAA7D Locust

📋 copy color: '#AAAA7D'

red 170 ◦ green 170 ◦ blue 125

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

Shades of Locust #AAAA7D

Tints of Locust #AAAA7D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.56%

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

R = 36.56%
G = 36.56%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AAAA7D (or 0xAAAA7D) is known color: Locust. HEX triplet: AA, AA and 7D. RGB value is (170,170,125). Sum of RGB (Red+Green+Blue) = 170+170+125=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA7D is #555582. Grayscale: #A5A5A5. Windows color (decimal): -5592451 or 8235690. OLE color: 8235690.

HSL color Cylindrical-coordinate representation of color #AAAA7D: hue angle of 60º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAAA7D is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 125 -
CMYK 0 0 0.26 0.33
HSL 60º 0.21% 0.58% -
HSV(B) 60º 0.26% 0.67% -
XYZ 34.65 38.78 25.06 -
YUV 164.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 170 170 125 0 0 0.26 0.33 60 0.21 0.58
Hex AA AA 7D 0 0 1A 21 3C 15 3A
Octal 252 252 175 0 0 32 41 74 25 72
Binary 10101010 10101010 1111101 0 0 11010 100001 111100 10101 111010

Color Harmonies of #AAAA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA7D

Black with #AAAA7D

Text Example


Text Example

White with #AAAA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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