Html Css Color HEX #A4987C Tallow

📋 copy color: '#A4987C'

red 164 ◦ green 152 ◦ blue 124

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

Shades of Tallow #A4987C

Tints of Tallow #A4987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.55%

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

R = 37.27%
G = 34.55%
B = 28.18%

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

#A4987C (or 0xA4987C) is known color: Tallow. HEX triplet: A4, 98 and 7C. RGB value is (164,152,124). Sum of RGB (Red+Green+Blue) = 164+152+124=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A4987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4987C is #5B6783. Grayscale: #989898. Windows color (decimal): -5990276 or 8165540. OLE color: 8165540.

HSL color Cylindrical-coordinate representation of color #A4987C: hue angle of 42º 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 #A4987C is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 152 124 -
CMYK 0 0.07 0.24 0.36
HSL 42º 0.18% 0.56% -
HSV(B) 42º 0.24% 0.64% -
XYZ 30.18 31.8 23.62 -
YUV 152.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 164 152 124 0 0.07 0.24 0.36 42 0.18 0.56
Hex A4 98 7C 0 7 18 24 2A 12 38
Octal 244 230 174 0 7 30 44 52 22 70
Binary 10100100 10011000 1111100 0 111 11000 100100 101010 10010 111000

Color Harmonies of #A4987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4987C

Black with #A4987C

Text Example


Text Example

White with #A4987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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