Html Css Color HEX #AAAF7E Locust

📋 copy color: '#AAAF7E'

red 170 ◦ green 175 ◦ blue 126

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

Shades of Locust #AAAF7E

Tints of Locust #AAAF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.75%

R = 36.09%
G = 37.15%
B = 26.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AAAF7E (or 0xAAAF7E) is known color: Locust. HEX triplet: AA, AF and 7E. RGB value is (170,175,126). Sum of RGB (Red+Green+Blue) = 170+175+126=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF7E is #555081. Grayscale: #A8A8A8. Windows color (decimal): -5591170 or 8302506. OLE color: 8302506.

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

Color convert

RGB 170 175 126 -
CMYK 0.03 0 0.28 0.31
HSL 66.12º 0.23% 0.59% -
HSV(B) 66.12º 0.28% 0.69% -
XYZ 35.67 40.71 25.72 -
YUV 167.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 170 175 126 0.03 0 0.28 0.31 66.12 0.23 0.59
Hex AA AF 7E 3 0 1C 1F 42 17 3B
Octal 252 257 176 3 0 34 37 102 27 73
Binary 10101010 10101111 1111110 11 0 11100 11111 1000010 10111 111011

Color Harmonies of #AAAF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF7E

Black with #AAAF7E

Text Example


Text Example

White with #AAAF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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