Html Css Color HEX #A6996D Tallow

📋 copy color: '#A6996D'

red 166 ◦ green 153 ◦ blue 109

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

Shades of Tallow #A6996D

Tints of Tallow #A6996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.47%

R = 38.79%
G = 35.75%
B = 25.47%

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

#A6996D (or 0xA6996D) is known color: Tallow. HEX triplet: A6, 99 and 6D. RGB value is (166,153,109). Sum of RGB (Red+Green+Blue) = 166+153+109=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A6996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6996D is #596692. Grayscale: #989898. Windows color (decimal): -5858963 or 7182758. OLE color: 7182758.

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

Color convert

RGB 166 153 109 -
CMYK 0 0.08 0.34 0.35
HSL 46.32º 0.24% 0.54% -
HSV(B) 46.32º 0.34% 0.65% -
XYZ 29.88 31.99 19.07 -
YUV 151.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 166 153 109 0 0.08 0.34 0.35 46.32 0.24 0.54
Hex A6 99 6D 0 8 22 23 2E 18 36
Octal 246 231 155 0 10 42 43 56 30 66
Binary 10100110 10011001 1101101 0 1000 100010 100011 101110 11000 110110

Color Harmonies of #A6996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6996D

Black with #A6996D

Text Example


Text Example

White with #A6996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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