Html Css Color HEX #A6A16F Tallow

📋 copy color: '#A6A16F'

red 166 ◦ green 161 ◦ blue 111

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

Shades of Tallow #A6A16F

Tints of Tallow #A6A16F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.76%

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

R = 37.9%
G = 36.76%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6A16F (or 0xA6A16F) is known color: Tallow. HEX triplet: A6, A1 and 6F. RGB value is (166,161,111). Sum of RGB (Red+Green+Blue) = 166+161+111=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A16F is #595E90. Grayscale: #9D9D9D. Windows color (decimal): -5856913 or 7315878. OLE color: 7315878.

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

Color convert

RGB 166 161 111 -
CMYK 0 0.03 0.33 0.35
HSL 54.55º 0.24% 0.54% -
HSV(B) 54.55º 0.33% 0.65% -
XYZ 31.34 34.74 20.09 -
YUV 156.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 166 161 111 0 0.03 0.33 0.35 54.55 0.24 0.54
Hex A6 A1 6F 0 3 21 23 37 18 36
Octal 246 241 157 0 3 41 43 67 30 66
Binary 10100110 10100001 1101111 0 11 100001 100011 110111 11000 110110

Color Harmonies of #A6A16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A16F

Black with #A6A16F

Text Example


Text Example

White with #A6A16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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