Html Css Color HEX #A6AA7D Locust

📋 copy color: '#A6AA7D'

red 166 ◦ green 170 ◦ blue 125

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

Shades of Locust #A6AA7D

Tints of Locust #A6AA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 36.01%
G = 36.88%
B = 27.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#A6AA7D (or 0xA6AA7D) is known color: Locust. HEX triplet: A6, AA and 7D. RGB value is (166,170,125). Sum of RGB (Red+Green+Blue) = 166+170+125=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA7D is #595582. Grayscale: #A3A3A3. Windows color (decimal): -5854595 or 8235686. OLE color: 8235686.

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

Color convert

RGB 166 170 125 -
CMYK 0.02 0 0.26 0.33
HSL 65.33º 0.21% 0.58% -
HSV(B) 65.33º 0.26% 0.67% -
XYZ 33.8 38.34 25.02 -
YUV 163.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 166 170 125 0.02 0 0.26 0.33 65.33 0.21 0.58
Hex A6 AA 7D 2 0 1A 21 41 15 3A
Octal 246 252 175 2 0 32 41 101 25 72
Binary 10100110 10101010 1111101 10 0 11010 100001 1000001 10101 111010

Color Harmonies of #A6AA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA7D

Black with #A6AA7D

Text Example


Text Example

White with #A6AA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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