#A7A26B

Color #A7A26B Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #A7A26B

Tints of Tallow #A7A26B

Color information

#A7A26B (or 0xA7A26B) is unknown color: approx Tallow. HEX triplet: A7, A2 and 6B. RGB value is (167,162,107). Sum of RGB (Red+Green+Blue) = 167+162+107=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A26B is #585D94. Grayscale: #9D9D9D. Windows color (decimal): -5791125 or 7053991. OLE color: 7053991.

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

Color convert

RGB167162107-
CMYK00.030.360.35
HSL55º25.42%53.73%-
HSV(B)55º35.93%65.49%-
XYZ31.5135.1219.03-
YUV157.2299.66134.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.30%
GREEN value IS 162 (63.67% from 255) = 37.16%
BLUE value IS 107 (42.19% from 255) = 24.54%
R=38.30%
G=37.16%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716210700.030.360.355525.4253.73
HexA7A26B032423371936
Octal247242153034443673166
Binary1010011110100010110101101110010010001111011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A26B; }

 p { color: rgb(167,162,107); }

 H1.HeaderClassName
 {
   color: #A7A26B;
 }
 .AnyTagClassName
 {
   color: #A7A26B;
 }
</style>
background-color css

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

 a { background-color: rgb(167,162,107); }

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

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

 span { border-color: rgb(167,162,107); }

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