Html Css Color HEX #A0996F Tallow

📋 copy color: '#A0996F'

red 160 ◦ green 153 ◦ blue 111

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

Shades of Tallow #A0996F

Tints of Tallow #A0996F

RGB

 RED value IS 160 (62.89% from 255) = 37.74%

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

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

R = 37.74%
G = 36.08%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0996F (or 0xA0996F) is known color: Tallow. HEX triplet: A0, 99 and 6F. RGB value is (160,153,111). Sum of RGB (Red+Green+Blue) = 160+153+111=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A0996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0996F is #5F6690. Grayscale: #969696. Windows color (decimal): -6252177 or 7313824. OLE color: 7313824.

HSL color Cylindrical-coordinate representation of color #A0996F: hue angle of 51.43º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0996F is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 153 111 -
CMYK 0 0.04 0.31 0.37
HSL 51.43º 0.21% 0.53% -
HSV(B) 51.43º 0.31% 0.63% -
XYZ 28.76 31.4 19.58 -
YUV 150.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 160 153 111 0 0.04 0.31 0.37 51.43 0.21 0.53
Hex A0 99 6F 0 4 1F 25 33 15 35
Octal 240 231 157 0 4 37 45 63 25 65
Binary 10100000 10011001 1101111 0 100 11111 100101 110011 10101 110101

Color Harmonies of #A0996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0996F

Black with #A0996F

Text Example


Text Example

White with #A0996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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