Html Css Color HEX #A7996F Tallow

📋 copy color: '#A7996F'

red 167 ◦ green 153 ◦ blue 111

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

Shades of Tallow #A7996F

Tints of Tallow #A7996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 38.75%
G = 35.5%
B = 25.75%

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

#A7996F (or 0xA7996F) is known color: Tallow. HEX triplet: A7, 99 and 6F. RGB value is (167,153,111). Sum of RGB (Red+Green+Blue) = 167+153+111=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A7996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7996F is #586690. Grayscale: #989898. Windows color (decimal): -5793425 or 7313831. OLE color: 7313831.

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

Color convert

RGB 167 153 111 -
CMYK 0 0.08 0.34 0.35
HSL 45º 0.24% 0.55% -
HSV(B) 45º 0.34% 0.65% -
XYZ 30.2 32.15 19.65 -
YUV 152.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 167 153 111 0 0.08 0.34 0.35 45 0.24 0.55
Hex A7 99 6F 0 8 22 23 2D 18 37
Octal 247 231 157 0 10 42 43 55 30 67
Binary 10100111 10011001 1101111 0 1000 100010 100011 101101 11000 110111

Color Harmonies of #A7996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7996F

Black with #A7996F

Text Example


Text Example

White with #A7996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7996F; }

 p { color: rgb(167,153,111); }

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

background-color css

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

 a { background-color: rgb(167,153,111); }

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

border-color css

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

 span { border-color: rgb(167,153,111); }

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