Html Css Color HEX #AAAB6F Locust

📋 copy color: '#AAAB6F'

red 170 ◦ green 171 ◦ blue 111

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

Shades of Locust #AAAB6F

Tints of Locust #AAAB6F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

 BLUE value IS 111 (43.75% from 255) = 24.56%

R = 37.61%
G = 37.83%
B = 24.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AAAB6F (or 0xAAAB6F) is known color: Locust. HEX triplet: AA, AB and 6F. RGB value is (170,171,111). Sum of RGB (Red+Green+Blue) = 170+171+111=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB6F is #555490. Grayscale: #A4A4A4. Windows color (decimal): -5592209 or 7318442. OLE color: 7318442.

HSL color Cylindrical-coordinate representation of color #AAAB6F: hue angle of 61º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAAB6F is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 111 -
CMYK 0.01 0 0.35 0.33
HSL 61º 0.26% 0.55% -
HSV(B) 61º 0.35% 0.67% -
XYZ 34.01 38.82 20.74 -
YUV 163.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 170 171 111 0.01 0 0.35 0.33 61 0.26 0.55
Hex AA AB 6F 1 0 23 21 3D 1A 37
Octal 252 253 157 1 0 43 41 75 32 67
Binary 10101010 10101011 1101111 1 0 100011 100001 111101 11010 110111

Color Harmonies of #AAAB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB6F

Black with #AAAB6F

Text Example


Text Example

White with #AAAB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB6F; }

 p { color: rgb(170,171,111); }

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

background-color css

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

 a { background-color: rgb(170,171,111); }

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

border-color css

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

 span { border-color: rgb(170,171,111); }

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