Html Css Color HEX #A7966E Tallow

📋 copy color: '#A7966E'

red 167 ◦ green 150 ◦ blue 110

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

Shades of Tallow #A7966E

Tints of Tallow #A7966E

RGB

 RED value IS 167 (65.63% from 255) = 39.11%

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

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

R = 39.11%
G = 35.13%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A7966E (or 0xA7966E) is known color: Tallow. HEX triplet: A7, 96 and 6E. RGB value is (167,150,110). Sum of RGB (Red+Green+Blue) = 167+150+110=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A7966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7966E is #586991. Grayscale: #969696. Windows color (decimal): -5794194 or 7247527. OLE color: 7247527.

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

Color convert

RGB 167 150 110 -
CMYK 0 0.10 0.34 0.35
HSL 42.11º 0.24% 0.54% -
HSV(B) 42.11º 0.34% 0.65% -
XYZ 29.66 31.15 19.2 -
YUV 150.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 167 150 110 0 0.10 0.34 0.35 42.11 0.24 0.54
Hex A7 96 6E 0 A 22 23 2A 18 36
Octal 247 226 156 0 12 42 43 52 30 66
Binary 10100111 10010110 1101110 0 1010 100010 100011 101010 11000 110110

Color Harmonies of #A7966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7966E

Black with #A7966E

Text Example


Text Example

White with #A7966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7966E; }

 p { color: rgb(167,150,110); }

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

background-color css

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

 a { background-color: rgb(167,150,110); }

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

border-color css

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

 span { border-color: rgb(167,150,110); }

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