#AF9D68

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

Shades of Tallow #AF9D68

Tints of Tallow #AF9D68

Color information

#AF9D68 (or 0xAF9D68) is unknown color: approx Tallow. HEX triplet: AF, 9D and 68. RGB value is (175,157,104). Sum of RGB (Red+Green+Blue) = 175+157+104=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D68 is #506297. Grayscale: #9C9C9C. Windows color (decimal): -5268120 or 6856111. OLE color: 6856111.

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

Color convert

RGB175157104-
CMYK00.100.410.31
HSL44.79º30.74%54.71%-
HSV(B)44.79º40.57%68.63%-
XYZ32.2334.2318-
YUV156.3498.46141.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=40.14%
G=36.01%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515710400.100.410.3144.7930.7454.71
HexAF9D680A291F2d1f37
Octal2572351500125137553767
Binary10101111100111011101000010101010011111110110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9D68; }

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

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

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

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

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

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

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

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