Html Css Color HEX #A79964 Tallow

📋 copy color: '#A79964'

red 167 ◦ green 153 ◦ blue 100

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

Shades of Tallow #A79964

Tints of Tallow #A79964

RGB

 RED value IS 167 (65.63% from 255) = 39.76%

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

 BLUE value IS 100 (39.45% from 255) = 23.81%

R = 39.76%
G = 36.43%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A79964 (or 0xA79964) is known color: Tallow. HEX triplet: A7, 99 and 64. RGB value is (167,153,100). Sum of RGB (Red+Green+Blue) = 167+153+100=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A79964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79964 is #58669B. Grayscale: #979797. Windows color (decimal): -5793436 or 6592935. OLE color: 6592935.

HSL color Cylindrical-coordinate representation of color #A79964: hue angle of 47.46º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A79964 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 153 100 -
CMYK 0 0.08 0.40 0.35
HSL 47.46º 0.28% 0.52% -
HSV(B) 47.46º 0.4% 0.65% -
XYZ 29.63 31.92 16.66 -
YUV 151.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 167 153 100 0 0.08 0.40 0.35 47.46 0.28 0.52
Hex A7 99 64 0 8 28 23 2F 1C 34
Octal 247 231 144 0 10 50 43 57 34 64
Binary 10100111 10011001 1100100 0 1000 101000 100011 101111 11100 110100

Color Harmonies of #A79964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79964

Black with #A79964

Text Example


Text Example

White with #A79964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79964; }

 p { color: rgb(167,153,100); }

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

background-color css

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

 a { background-color: rgb(167,153,100); }

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

border-color css

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

 span { border-color: rgb(167,153,100); }

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