Html Css Color HEX #A6A76F Locust

📋 copy color: '#A6A76F'

red 166 ◦ green 167 ◦ blue 111

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

Shades of Locust #A6A76F

Tints of Locust #A6A76F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.61%

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

R = 37.39%
G = 37.61%
B = 25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6A76F (or 0xA6A76F) is known color: Locust. HEX triplet: A6, A7 and 6F. RGB value is (166,167,111). Sum of RGB (Red+Green+Blue) = 166+167+111=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A76F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A76F is #595890. Grayscale: #A0A0A0. Windows color (decimal): -5855377 or 7317414. OLE color: 7317414.

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

Color convert

RGB 166 167 111 -
CMYK 0.01 0 0.34 0.35
HSL 61.07º 0.24% 0.55% -
HSV(B) 61.07º 0.34% 0.65% -
XYZ 32.41 36.89 20.45 -
YUV 160.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 166 167 111 0.01 0 0.34 0.35 61.07 0.24 0.55
Hex A6 A7 6F 1 0 22 23 3D 18 37
Octal 246 247 157 1 0 42 43 75 30 67
Binary 10100110 10100111 1101111 1 0 100010 100011 111101 11000 110111

Color Harmonies of #A6A76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A76F

Black with #A6A76F

Text Example


Text Example

White with #A6A76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A76F; }

 p { color: rgb(166,167,111); }

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

background-color css

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

 a { background-color: rgb(166,167,111); }

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

border-color css

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

 span { border-color: rgb(166,167,111); }

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