Html Css Color HEX #AAAF7C Locust

📋 copy color: '#AAAF7C'

red 170 ◦ green 175 ◦ blue 124

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

Shades of Locust #AAAF7C

Tints of Locust #AAAF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.44%

R = 36.25%
G = 37.31%
B = 26.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AAAF7C (or 0xAAAF7C) is known color: Locust. HEX triplet: AA, AF and 7C. RGB value is (170,175,124). Sum of RGB (Red+Green+Blue) = 170+175+124=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF7C is #555083. Grayscale: #A7A7A7. Windows color (decimal): -5591172 or 8171434. OLE color: 8171434.

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

Color convert

RGB 170 175 124 -
CMYK 0.03 0 0.29 0.31
HSL 65.88º 0.24% 0.59% -
HSV(B) 65.88º 0.29% 0.69% -
XYZ 35.55 40.66 25.04 -
YUV 167.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 170 175 124 0.03 0 0.29 0.31 65.88 0.24 0.59
Hex AA AF 7C 3 0 1D 1F 42 18 3B
Octal 252 257 174 3 0 35 37 102 30 73
Binary 10101010 10101111 1111100 11 0 11101 11111 1000010 11000 111011

Color Harmonies of #AAAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF7C

Black with #AAAF7C

Text Example


Text Example

White with #AAAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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