Html Css Color HEX #A4997A Tallow

📋 copy color: '#A4997A'

red 164 ◦ green 153 ◦ blue 122

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

Shades of Tallow #A4997A

Tints of Tallow #A4997A

RGB

 RED value IS 164 (64.45% from 255) = 37.36%

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

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 37.36%
G = 34.85%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4997A (or 0xA4997A) is known color: Tallow. HEX triplet: A4, 99 and 7A. RGB value is (164,153,122). Sum of RGB (Red+Green+Blue) = 164+153+122=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A4997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4997A is #5B6685. Grayscale: #989898. Windows color (decimal): -5990022 or 8034724. OLE color: 8034724.

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

Color convert

RGB 164 153 122 -
CMYK 0 0.07 0.26 0.36
HSL 44.29º 0.19% 0.56% -
HSV(B) 44.29º 0.26% 0.64% -
XYZ 30.21 32.08 23.01 -
YUV 152.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 164 153 122 0 0.07 0.26 0.36 44.29 0.19 0.56
Hex A4 99 7A 0 7 1A 24 2C 13 38
Octal 244 231 172 0 7 32 44 54 23 70
Binary 10100100 10011001 1111010 0 111 11010 100100 101100 10011 111000

Color Harmonies of #A4997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4997A

Black with #A4997A

Text Example


Text Example

White with #A4997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4997A; }

 p { color: rgb(164,153,122); }

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

background-color css

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

 a { background-color: rgb(164,153,122); }

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

border-color css

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

 span { border-color: rgb(164,153,122); }

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