Html Css Color HEX #AAAF73 Locust

📋 copy color: '#AAAF73'

red 170 ◦ green 175 ◦ blue 115

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

Shades of Locust #AAAF73

Tints of Locust #AAAF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.04%

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

R = 36.96%
G = 38.04%
B = 25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AAAF73 (or 0xAAAF73) is known color: Locust. HEX triplet: AA, AF and 73. RGB value is (170,175,115). Sum of RGB (Red+Green+Blue) = 170+175+115=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF73 is #55508C. Grayscale: #A6A6A6. Windows color (decimal): -5591181 or 7581610. OLE color: 7581610.

HSL color Cylindrical-coordinate representation of color #AAAF73: hue angle of 65º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAAF73 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 115 -
CMYK 0.03 0 0.34 0.31
HSL 65º 0.27% 0.57% -
HSV(B) 65º 0.34% 0.69% -
XYZ 35 40.44 22.18 -
YUV 166.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 170 175 115 0.03 0 0.34 0.31 65 0.27 0.57
Hex AA AF 73 3 0 22 1F 41 1B 39
Octal 252 257 163 3 0 42 37 101 33 71
Binary 10101010 10101111 1110011 11 0 100010 11111 1000001 11011 111001

Color Harmonies of #AAAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF73

Black with #AAAF73

Text Example


Text Example

White with #AAAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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