Html Css Color HEX #AAAF74 Locust

📋 copy color: '#AAAF74'

red 170 ◦ green 175 ◦ blue 116

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

Shades of Locust #AAAF74

Tints of Locust #AAAF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 36.88%
G = 37.96%
B = 25.16%

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

#AAAF74 (or 0xAAAF74) is known color: Locust. HEX triplet: AA, AF and 74. RGB value is (170,175,116). Sum of RGB (Red+Green+Blue) = 170+175+116=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF74 is #55508B. Grayscale: #A7A7A7. Windows color (decimal): -5591180 or 7647146. OLE color: 7647146.

HSL color Cylindrical-coordinate representation of color #AAAF74: hue angle of 65.08º 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 #AAAF74 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 116 -
CMYK 0.03 0 0.34 0.31
HSL 65.08º 0.27% 0.57% -
HSV(B) 65.08º 0.34% 0.69% -
XYZ 35.06 40.47 22.49 -
YUV 166.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 170 175 116 0.03 0 0.34 0.31 65.08 0.27 0.57
Hex AA AF 74 3 0 22 1F 41 1B 39
Octal 252 257 164 3 0 42 37 101 33 71
Binary 10101010 10101111 1110100 11 0 100010 11111 1000001 11011 111001

Color Harmonies of #AAAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF74

Black with #AAAF74

Text Example


Text Example

White with #AAAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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