Html Css Color HEX #AAAF7F Locust

📋 copy color: '#AAAF7F'

red 170 ◦ green 175 ◦ blue 127

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

Shades of Locust #AAAF7F

Tints of Locust #AAAF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.91%

R = 36.02%
G = 37.08%
B = 26.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AAAF7F (or 0xAAAF7F) is known color: Locust. HEX triplet: AA, AF and 7F. RGB value is (170,175,127). Sum of RGB (Red+Green+Blue) = 170+175+127=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF7F is #555080. Grayscale: #A8A8A8. Windows color (decimal): -5591169 or 8368042. OLE color: 8368042.

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

Color convert

RGB 170 175 127 -
CMYK 0.03 0 0.27 0.31
HSL 66.25º 0.23% 0.59% -
HSV(B) 66.25º 0.27% 0.69% -
XYZ 35.74 40.74 26.06 -
YUV 168.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 170 175 127 0.03 0 0.27 0.31 66.25 0.23 0.59
Hex AA AF 7F 3 0 1B 1F 42 17 3B
Octal 252 257 177 3 0 33 37 102 27 73
Binary 10101010 10101111 1111111 11 0 11011 11111 1000010 10111 111011

Color Harmonies of #AAAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF7F

Black with #AAAF7F

Text Example


Text Example

White with #AAAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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