#AF9E78

Color #AF9E78 Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #AF9E78

Tints of Tallow #AF9E78

Color information

#AF9E78 (or 0xAF9E78) is unknown color: approx Tallow. HEX triplet: AF, 9E and 78. RGB value is (175,158,120). Sum of RGB (Red+Green+Blue) = 175+158+120=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E78 is #506187. Grayscale: #9E9E9E. Windows color (decimal): -5267848 or 7904943. OLE color: 7904943.

HSL color Cylindrical-coordinate representation of color #AF9E78: hue angle of 41.45º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF9E78 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB175158120-
CMYK00.100.310.31
HSL41.45º25.58%57.84%-
HSV(B)41.45º31.43%68.63%-
XYZ33.334.9222.76-
YUV158.75106.13139.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=38.63%
G=34.88%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515812000.100.310.3141.4525.5857.84
HexAF9E780A1F1F291a3a
Octal2572361700123737513272
Binary1010111110011110111100001010111111111110100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E78; }

 p { color: rgb(175,158,120); }

 H1.HeaderClassName
 {
   color: #AF9E78;
 }
 .AnyTagClassName
 {
   color: #AF9E78;
 }
</style>
background-color css

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

 a { background-color: rgb(175,158,120); }

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

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

 span { border-color: rgb(175,158,120); }

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