Html Css Color HEX #A19478 Tallow

📋 copy color: '#A19478'

red 161 ◦ green 148 ◦ blue 120

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

Shades of Tallow #A19478

Tints of Tallow #A19478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 37.53%
G = 34.5%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A19478 (or 0xA19478) is known color: Tallow. HEX triplet: A1, 94 and 78. RGB value is (161,148,120). Sum of RGB (Red+Green+Blue) = 161+148+120=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A19478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19478 is #5E6B87. Grayscale: #949494. Windows color (decimal): -6187912 or 7902369. OLE color: 7902369.

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

Color convert

RGB 161 148 120 -
CMYK 0 0.08 0.25 0.37
HSL 40.98º 0.18% 0.55% -
HSV(B) 40.98º 0.25% 0.63% -
XYZ 28.68 30.11 22.07 -
YUV 148.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 161 148 120 0 0.08 0.25 0.37 40.98 0.18 0.55
Hex A1 94 78 0 8 19 25 29 12 37
Octal 241 224 170 0 10 31 45 51 22 67
Binary 10100001 10010100 1111000 0 1000 11001 100101 101001 10010 110111

Color Harmonies of #A19478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19478

Black with #A19478

Text Example


Text Example

White with #A19478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19478; }

 p { color: rgb(161,148,120); }

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

background-color css

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

 a { background-color: rgb(161,148,120); }

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

border-color css

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

 span { border-color: rgb(161,148,120); }

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