Html Css Color HEX #AAAA71 Locust

📋 copy color: '#AAAA71'

red 170 ◦ green 170 ◦ blue 113

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

Shades of Locust #AAAA71

Tints of Locust #AAAA71

RGB

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

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

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

R = 37.53%
G = 37.53%
B = 24.94%

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

#AAAA71 (or 0xAAAA71) is known color: Locust. HEX triplet: AA, AA and 71. RGB value is (170,170,113). Sum of RGB (Red+Green+Blue) = 170+170+113=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA71 is #55558E. Grayscale: #A3A3A3. Windows color (decimal): -5592463 or 7449258. OLE color: 7449258.

HSL color Cylindrical-coordinate representation of color #AAAA71: 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 #AAAA71 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 113 -
CMYK 0 0 0.34 0.33
HSL 60º 0.25% 0.55% -
HSV(B) 60º 0.34% 0.67% -
XYZ 33.93 38.49 21.26 -
YUV 163.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 170 170 113 0 0 0.34 0.33 60 0.25 0.55
Hex AA AA 71 0 0 22 21 3C 19 37
Octal 252 252 161 0 0 42 41 74 31 67
Binary 10101010 10101010 1110001 0 0 100010 100001 111100 11001 110111

Color Harmonies of #AAAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA71

Black with #AAAA71

Text Example


Text Example

White with #AAAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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