Html Css Color HEX #A4997C Tallow

📋 copy color: '#A4997C'

red 164 ◦ green 153 ◦ blue 124

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

Shades of Tallow #A4997C

Tints of Tallow #A4997C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.12%

R = 37.19%
G = 34.69%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4997C (or 0xA4997C) is known color: Tallow. HEX triplet: A4, 99 and 7C. RGB value is (164,153,124). Sum of RGB (Red+Green+Blue) = 164+153+124=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A4997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4997C is #5B6683. Grayscale: #999999. Windows color (decimal): -5990020 or 8165796. OLE color: 8165796.

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

Color convert

RGB 164 153 124 -
CMYK 0 0.07 0.24 0.36
HSL 43.5º 0.18% 0.56% -
HSV(B) 43.5º 0.24% 0.64% -
XYZ 30.34 32.13 23.67 -
YUV 152.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 164 153 124 0 0.07 0.24 0.36 43.5 0.18 0.56
Hex A4 99 7C 0 7 18 24 2C 12 38
Octal 244 231 174 0 7 30 44 54 22 70
Binary 10100100 10011001 1111100 0 111 11000 100100 101100 10010 111000

Color Harmonies of #A4997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4997C

Black with #A4997C

Text Example


Text Example

White with #A4997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4997C; }

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

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

background-color css

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

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

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

border-color css

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

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

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