Html Css Color HEX #A79575 Tallow

📋 copy color: '#A79575'

red 167 ◦ green 149 ◦ blue 117

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

Shades of Tallow #A79575

Tints of Tallow #A79575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.41%

 BLUE value IS 117 (46.09% from 255) = 27.02%

R = 38.57%
G = 34.41%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A79575 (or 0xA79575) is known color: Tallow. HEX triplet: A7, 95 and 75. RGB value is (167,149,117). Sum of RGB (Red+Green+Blue) = 167+149+117=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A79575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79575 is #586A8A. Grayscale: #969696. Windows color (decimal): -5794443 or 7706023. OLE color: 7706023.

HSL color Cylindrical-coordinate representation of color #A79575: hue angle of 38.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A79575 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 149 117 -
CMYK 0 0.11 0.30 0.35
HSL 38.4º 0.22% 0.56% -
HSV(B) 38.4º 0.3% 0.65% -
XYZ 29.89 30.99 21.24 -
YUV 150.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 167 149 117 0 0.11 0.30 0.35 38.4 0.22 0.56
Hex A7 95 75 0 B 1E 23 26 16 38
Octal 247 225 165 0 13 36 43 46 26 70
Binary 10100111 10010101 1110101 0 1011 11110 100011 100110 10110 111000

Color Harmonies of #A79575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79575

Black with #A79575

Text Example


Text Example

White with #A79575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79575; }

 p { color: rgb(167,149,117); }

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

background-color css

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

 a { background-color: rgb(167,149,117); }

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

border-color css

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

 span { border-color: rgb(167,149,117); }

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