Html Css Color HEX #A4986D Tallow

📋 copy color: '#A4986D'

red 164 ◦ green 152 ◦ blue 109

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

Shades of Tallow #A4986D

Tints of Tallow #A4986D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 38.59%
G = 35.76%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4986D (or 0xA4986D) is known color: Tallow. HEX triplet: A4, 98 and 6D. RGB value is (164,152,109). Sum of RGB (Red+Green+Blue) = 164+152+109=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A4986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4986D is #5B6792. Grayscale: #969696. Windows color (decimal): -5990291 or 7182500. OLE color: 7182500.

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

Color convert

RGB 164 152 109 -
CMYK 0 0.07 0.34 0.36
HSL 46.91º 0.23% 0.54% -
HSV(B) 46.91º 0.34% 0.64% -
XYZ 29.3 31.45 18.99 -
YUV 150.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 164 152 109 0 0.07 0.34 0.36 46.91 0.23 0.54
Hex A4 98 6D 0 7 22 24 2F 17 36
Octal 244 230 155 0 7 42 44 57 27 66
Binary 10100100 10011000 1101101 0 111 100010 100100 101111 10111 110110

Color Harmonies of #A4986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4986D

Black with #A4986D

Text Example


Text Example

White with #A4986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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