Html Css Color HEX #AAAC73 Locust

📋 copy color: '#AAAC73'

red 170 ◦ green 172 ◦ blue 115

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

Shades of Locust #AAAC73

Tints of Locust #AAAC73

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.64%

 BLUE value IS 115 (45.31% from 255) = 25.16%

R = 37.2%
G = 37.64%
B = 25.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AAAC73 (or 0xAAAC73) is known color: Locust. HEX triplet: AA, AC and 73. RGB value is (170,172,115). Sum of RGB (Red+Green+Blue) = 170+172+115=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC73 is #55538C. Grayscale: #A5A5A5. Windows color (decimal): -5591949 or 7580842. OLE color: 7580842.

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

Color convert

RGB 170 172 115 -
CMYK 0.01 0 0.33 0.33
HSL 62.11º 0.26% 0.56% -
HSV(B) 62.11º 0.33% 0.67% -
XYZ 34.42 39.29 21.99 -
YUV 164.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 170 172 115 0.01 0 0.33 0.33 62.11 0.26 0.56
Hex AA AC 73 1 0 21 21 3E 1A 38
Octal 252 254 163 1 0 41 41 76 32 70
Binary 10101010 10101100 1110011 1 0 100001 100001 111110 11010 111000

Color Harmonies of #AAAC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC73

Black with #AAAC73

Text Example


Text Example

White with #AAAC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC73; }

 p { color: rgb(170,172,115); }

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

background-color css

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

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

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

border-color css

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

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

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