Html Css Color HEX #A19777 Tallow

📋 copy color: '#A19777'

red 161 ◦ green 151 ◦ blue 119

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

Shades of Tallow #A19777

Tints of Tallow #A19777

RGB

 RED value IS 161 (63.28% from 255) = 37.35%

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

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 37.35%
G = 35.03%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A19777 (or 0xA19777) is known color: Tallow. HEX triplet: A1, 97 and 77. RGB value is (161,151,119). Sum of RGB (Red+Green+Blue) = 161+151+119=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A19777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19777 is #5E6888. Grayscale: #969696. Windows color (decimal): -6187145 or 7837601. OLE color: 7837601.

HSL color Cylindrical-coordinate representation of color #A19777: hue angle of 45.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A19777 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 151 119 -
CMYK 0 0.06 0.26 0.37
HSL 45.71º 0.18% 0.55% -
HSV(B) 45.71º 0.26% 0.63% -
XYZ 29.09 31.04 21.91 -
YUV 150.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 161 151 119 0 0.06 0.26 0.37 45.71 0.18 0.55
Hex A1 97 77 0 6 1A 25 2E 12 37
Octal 241 227 167 0 6 32 45 56 22 67
Binary 10100001 10010111 1110111 0 110 11010 100101 101110 10010 110111

Color Harmonies of #A19777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19777

Black with #A19777

Text Example


Text Example

White with #A19777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19777; }

 p { color: rgb(161,151,119); }

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

background-color css

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

 a { background-color: rgb(161,151,119); }

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

border-color css

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

 span { border-color: rgb(161,151,119); }

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