Html Css Color HEX #A6AA7F Locust

📋 copy color: '#A6AA7F'

red 166 ◦ green 170 ◦ blue 127

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

Shades of Locust #A6AA7F

Tints of Locust #A6AA7F

RGB

 RED value IS 166 (65.23% from 255) = 35.85%

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

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

R = 35.85%
G = 36.72%
B = 27.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#A6AA7F (or 0xA6AA7F) is known color: Locust. HEX triplet: A6, AA and 7F. RGB value is (166,170,127). Sum of RGB (Red+Green+Blue) = 166+170+127=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA7F is #595580. Grayscale: #A4A4A4. Windows color (decimal): -5854593 or 8366758. OLE color: 8366758.

HSL color Cylindrical-coordinate representation of color #A6AA7F: hue angle of 65.58º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6AA7F is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 170 127 -
CMYK 0.02 0 0.25 0.33
HSL 65.58º 0.2% 0.58% -
HSV(B) 65.58º 0.25% 0.67% -
XYZ 33.93 38.39 25.7 -
YUV 163.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 166 170 127 0.02 0 0.25 0.33 65.58 0.2 0.58
Hex A6 AA 7F 2 0 19 21 42 14 3A
Octal 246 252 177 2 0 31 41 102 24 72
Binary 10100110 10101010 1111111 10 0 11001 100001 1000010 10100 111010

Color Harmonies of #A6AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA7F

Black with #A6AA7F

Text Example


Text Example

White with #A6AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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