Html Css Color HEX #A4996A Tallow

📋 copy color: '#A4996A'

red 164 ◦ green 153 ◦ blue 106

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

Shades of Tallow #A4996A

Tints of Tallow #A4996A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.06%

R = 38.77%
G = 36.17%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4996A (or 0xA4996A) is known color: Tallow. HEX triplet: A4, 99 and 6A. RGB value is (164,153,106). Sum of RGB (Red+Green+Blue) = 164+153+106=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A4996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4996A is #5B6695. Grayscale: #979797. Windows color (decimal): -5990038 or 6986148. OLE color: 6986148.

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

Color convert

RGB 164 153 106 -
CMYK 0 0.07 0.35 0.36
HSL 48.62º 0.24% 0.53% -
HSV(B) 48.62º 0.35% 0.64% -
XYZ 29.3 31.72 18.21 -
YUV 150.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 164 153 106 0 0.07 0.35 0.36 48.62 0.24 0.53
Hex A4 99 6A 0 7 23 24 31 18 35
Octal 244 231 152 0 7 43 44 61 30 65
Binary 10100100 10011001 1101010 0 111 100011 100100 110001 11000 110101

Color Harmonies of #A4996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4996A

Black with #A4996A

Text Example


Text Example

White with #A4996A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4996A; }

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

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

background-color css

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

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

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

border-color css

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

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

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