Html Css Color HEX #A6966B Tallow

📋 copy color: '#A6966B'

red 166 ◦ green 150 ◦ blue 107

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

Shades of Tallow #A6966B

Tints of Tallow #A6966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.46%

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

R = 39.24%
G = 35.46%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6966B (or 0xA6966B) is known color: Tallow. HEX triplet: A6, 96 and 6B. RGB value is (166,150,107). Sum of RGB (Red+Green+Blue) = 166+150+107=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6966B is #596994. Grayscale: #969696. Windows color (decimal): -5859733 or 7050918. OLE color: 7050918.

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

Color convert

RGB 166 150 107 -
CMYK 0 0.10 0.36 0.35
HSL 43.73º 0.25% 0.54% -
HSV(B) 43.73º 0.36% 0.65% -
XYZ 29.29 30.98 18.35 -
YUV 149.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 166 150 107 0 0.10 0.36 0.35 43.73 0.25 0.54
Hex A6 96 6B 0 A 24 23 2C 19 36
Octal 246 226 153 0 12 44 43 54 31 66
Binary 10100110 10010110 1101011 0 1010 100100 100011 101100 11001 110110

Color Harmonies of #A6966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6966B

Black with #A6966B

Text Example


Text Example

White with #A6966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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