Html Css Color HEX #A6976B Tallow

📋 copy color: '#A6976B'

red 166 ◦ green 151 ◦ blue 107

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

Shades of Tallow #A6976B

Tints of Tallow #A6976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

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

R = 39.15%
G = 35.61%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6976B (or 0xA6976B) is known color: Tallow. HEX triplet: A6, 97 and 6B. RGB value is (166,151,107). Sum of RGB (Red+Green+Blue) = 166+151+107=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6976B is #596894. Grayscale: #969696. Windows color (decimal): -5859477 or 7051174. OLE color: 7051174.

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

Color convert

RGB 166 151 107 -
CMYK 0 0.09 0.36 0.35
HSL 44.75º 0.25% 0.54% -
HSV(B) 44.75º 0.36% 0.65% -
XYZ 29.45 31.3 18.4 -
YUV 150.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 166 151 107 0 0.09 0.36 0.35 44.75 0.25 0.54
Hex A6 97 6B 0 9 24 23 2D 19 36
Octal 246 227 153 0 11 44 43 55 31 66
Binary 10100110 10010111 1101011 0 1001 100100 100011 101101 11001 110110

Color Harmonies of #A6976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6976B

Black with #A6976B

Text Example


Text Example

White with #A6976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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