Html Css Color HEX #AAAA70 Locust

📋 copy color: '#AAAA70'

red 170 ◦ green 170 ◦ blue 112

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

Shades of Locust #AAAA70

Tints of Locust #AAAA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.78%

R = 37.61%
G = 37.61%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AAAA70 (or 0xAAAA70) is known color: Locust. HEX triplet: AA, AA and 70. RGB value is (170,170,112). Sum of RGB (Red+Green+Blue) = 170+170+112=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA70 is #55558F. Grayscale: #A3A3A3. Windows color (decimal): -5592464 or 7383722. OLE color: 7383722.

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

Color convert

RGB 170 170 112 -
CMYK 0 0 0.34 0.33
HSL 60º 0.25% 0.55% -
HSV(B) 60º 0.34% 0.67% -
XYZ 33.88 38.47 20.97 -
YUV 163.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 170 170 112 0 0 0.34 0.33 60 0.25 0.55
Hex AA AA 70 0 0 22 21 3C 19 37
Octal 252 252 160 0 0 42 41 74 31 67
Binary 10101010 10101010 1110000 0 0 100010 100001 111100 11001 110111

Color Harmonies of #AAAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA70

Black with #AAAA70

Text Example


Text Example

White with #AAAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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