Html Css Color HEX #A6996E Tallow

📋 copy color: '#A6996E'

red 166 ◦ green 153 ◦ blue 110

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

Shades of Tallow #A6996E

Tints of Tallow #A6996E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.64%

R = 38.69%
G = 35.66%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6996E (or 0xA6996E) is known color: Tallow. HEX triplet: A6, 99 and 6E. RGB value is (166,153,110). Sum of RGB (Red+Green+Blue) = 166+153+110=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A6996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6996E is #596691. Grayscale: #989898. Windows color (decimal): -5858962 or 7248294. OLE color: 7248294.

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

Color convert

RGB 166 153 110 -
CMYK 0 0.08 0.34 0.35
HSL 46.07º 0.24% 0.54% -
HSV(B) 46.07º 0.34% 0.65% -
XYZ 29.93 32.02 19.35 -
YUV 151.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 166 153 110 0 0.08 0.34 0.35 46.07 0.24 0.54
Hex A6 99 6E 0 8 22 23 2E 18 36
Octal 246 231 156 0 10 42 43 56 30 66
Binary 10100110 10011001 1101110 0 1000 100010 100011 101110 11000 110110

Color Harmonies of #A6996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6996E

Black with #A6996E

Text Example


Text Example

White with #A6996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6996E; }

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

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

background-color css

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

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

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

border-color css

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

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

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