Html Css Color HEX #AAAA7B Locust

📋 copy color: '#AAAA7B'

red 170 ◦ green 170 ◦ blue 123

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

Shades of Locust #AAAA7B

Tints of Locust #AAAA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 36.72%
G = 36.72%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AAAA7B (or 0xAAAA7B) is known color: Locust. HEX triplet: AA, AA and 7B. RGB value is (170,170,123). Sum of RGB (Red+Green+Blue) = 170+170+123=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA7B is #555584. Grayscale: #A4A4A4. Windows color (decimal): -5592453 or 8104618. OLE color: 8104618.

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

Color convert

RGB 170 170 123 -
CMYK 0 0 0.28 0.33
HSL 60º 0.22% 0.57% -
HSV(B) 60º 0.28% 0.67% -
XYZ 34.53 38.73 24.39 -
YUV 164.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 170 170 123 0 0 0.28 0.33 60 0.22 0.57
Hex AA AA 7B 0 0 1C 21 3C 16 39
Octal 252 252 173 0 0 34 41 74 26 71
Binary 10101010 10101010 1111011 0 0 11100 100001 111100 10110 111001

Color Harmonies of #AAAA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA7B

Black with #AAAA7B

Text Example


Text Example

White with #AAAA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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