Html Css Color HEX #A6996B Tallow

📋 copy color: '#A6996B'

red 166 ◦ green 153 ◦ blue 107

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

Shades of Tallow #A6996B

Tints of Tallow #A6996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.92%

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 38.97%
G = 35.92%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6996B (or 0xA6996B) is known color: Tallow. HEX triplet: A6, 99 and 6B. RGB value is (166,153,107). Sum of RGB (Red+Green+Blue) = 166+153+107=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A6996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6996B is #596694. Grayscale: #979797. Windows color (decimal): -5858965 or 7051686. OLE color: 7051686.

HSL color Cylindrical-coordinate representation of color #A6996B: hue angle of 46.78º 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 #A6996B is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 153 107 -
CMYK 0 0.08 0.36 0.35
HSL 46.78º 0.25% 0.54% -
HSV(B) 46.78º 0.36% 0.65% -
XYZ 29.77 31.95 18.51 -
YUV 151.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 166 153 107 0 0.08 0.36 0.35 46.78 0.25 0.54
Hex A6 99 6B 0 8 24 23 2F 19 36
Octal 246 231 153 0 10 44 43 57 31 66
Binary 10100110 10011001 1101011 0 1000 100100 100011 101111 11001 110110

Color Harmonies of #A6996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6996B

Black with #A6996B

Text Example


Text Example

White with #A6996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6996B; }

 p { color: rgb(166,153,107); }

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

background-color css

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

 a { background-color: rgb(166,153,107); }

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

border-color css

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

 span { border-color: rgb(166,153,107); }

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