#AF9D78

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

Shades of Tallow #AF9D78

Tints of Tallow #AF9D78

Color information

#AF9D78 (or 0xAF9D78) is unknown color: approx Tallow. HEX triplet: AF, 9D and 78. RGB value is (175,157,120). Sum of RGB (Red+Green+Blue) = 175+157+120=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D78 is #506287. Grayscale: #9E9E9E. Windows color (decimal): -5268104 or 7904687. OLE color: 7904687.

HSL color Cylindrical-coordinate representation of color #AF9D78: hue angle of 40.36º 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 #AF9D78 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB175157120-
CMYK00.100.310.31
HSL40.36º25.58%57.84%-
HSV(B)40.36º31.43%68.63%-
XYZ33.1334.5822.7-
YUV158.16106.46140.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=38.72%
G=34.73%
B=26.55%

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
Decimal17515712000.100.310.3140.3625.5857.84
HexAF9D780A1F1F281a3a
Octal2572351700123737503272
Binary1010111110011101111100001010111111111110100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9D78; }

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

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

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

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

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

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

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

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