#A4977B

Color #A4977B Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #A4977B

Tints of Tallow #A4977B

Color information

#A4977B (or 0xA4977B) is unknown color: approx Tallow. HEX triplet: A4, 97 and 7B. RGB value is (164,151,123). Sum of RGB (Red+Green+Blue) = 164+151+123=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A4977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4977B is #5B6884. Grayscale: #979797. Windows color (decimal): -5990533 or 8099748. OLE color: 8099748.

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

Color convert

RGB164151123-
CMYK00.080.250.36
HSL40.98º18.39%56.27%-
HSV(B)40.98º25%64.31%-
XYZ29.9531.4623.23-
YUV151.7111.81136.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 123 (48.44% from 255) = 28.08%
R=37.44%
G=34.47%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415112300.080.250.3640.9818.3956.27
HexA4977B081924291238
Octal2442271730103144512270
Binary10100100100101111111011010001100110010010100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4977B; }

 p { color: rgb(164,151,123); }

 H1.HeaderClassName
 {
   color: #A4977B;
 }
 .AnyTagClassName
 {
   color: #A4977B;
 }
</style>
background-color css

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

 a { background-color: rgb(164,151,123); }

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

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

 span { border-color: rgb(164,151,123); }

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