Html Css Color HEX #A8AA6F Locust

📋 copy color: '#A8AA6F'

red 168 ◦ green 170 ◦ blue 111

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

Shades of Locust #A8AA6F

Tints of Locust #A8AA6F

RGB

 RED value IS 168 (66.02% from 255) = 37.42%

 GREEN value IS 170 (66.8% from 255) = 37.86%

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

R = 37.42%
G = 37.86%
B = 24.72%

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

#A8AA6F (or 0xA8AA6F) is known color: Locust. HEX triplet: A8, AA and 6F. RGB value is (168,170,111). Sum of RGB (Red+Green+Blue) = 168+170+111=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA6F is #575590. Grayscale: #A2A2A2. Windows color (decimal): -5723537 or 7318184. OLE color: 7318184.

HSL color Cylindrical-coordinate representation of color #A8AA6F: hue angle of 62.03º 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 #A8AA6F is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 170 111 -
CMYK 0.01 0 0.35 0.33
HSL 62.03º 0.26% 0.55% -
HSV(B) 62.03º 0.35% 0.67% -
XYZ 33.39 38.22 20.66 -
YUV 162.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 168 170 111 0.01 0 0.35 0.33 62.03 0.26 0.55
Hex A8 AA 6F 1 0 23 21 3E 1A 37
Octal 250 252 157 1 0 43 41 76 32 67
Binary 10101000 10101010 1101111 1 0 100011 100001 111110 11010 110111

Color Harmonies of #A8AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA6F

Black with #A8AA6F

Text Example


Text Example

White with #A8AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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