Html Css Color HEX #AAAF70 Locust

📋 copy color: '#AAAF70'

red 170 ◦ green 175 ◦ blue 112

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

Shades of Locust #AAAF70

Tints of Locust #AAAF70

RGB

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

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

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

R = 37.2%
G = 38.29%
B = 24.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AAAF70 (or 0xAAAF70) is known color: Locust. HEX triplet: AA, AF and 70. RGB value is (170,175,112). Sum of RGB (Red+Green+Blue) = 170+175+112=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF70 is #55508F. Grayscale: #A6A6A6. Windows color (decimal): -5591184 or 7385002. OLE color: 7385002.

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

Color convert

RGB 170 175 112 -
CMYK 0.03 0 0.36 0.31
HSL 64.76º 0.28% 0.56% -
HSV(B) 64.76º 0.36% 0.69% -
XYZ 34.83 40.38 21.29 -
YUV 166.32 97.34 130.62 -
System Red Green Blue C M Y K H S L
Decimal 170 175 112 0.03 0 0.36 0.31 64.76 0.28 0.56
Hex AA AF 70 3 0 24 1F 41 1C 38
Octal 252 257 160 3 0 44 37 101 34 70
Binary 10101010 10101111 1110000 11 0 100100 11111 1000001 11100 111000

Color Harmonies of #AAAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF70

Black with #AAAF70

Text Example


Text Example

White with #AAAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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