#AFA26D

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

Shades of Tallow #AFA26D

Tints of Tallow #AFA26D

Color information

#AFA26D (or 0xAFA26D) is unknown color: approx Tallow. HEX triplet: AF, A2 and 6D. RGB value is (175,162,109). Sum of RGB (Red+Green+Blue) = 175+162+109=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA26D is #505D92. Grayscale: #A0A0A0. Windows color (decimal): -5266835 or 7185071. OLE color: 7185071.

HSL color Cylindrical-coordinate representation of color #AFA26D: hue angle of 48.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFA26D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175162109-
CMYK00.070.380.31
HSL48.18º29.2%55.69%-
HSV(B)48.18º37.71%68.63%-
XYZ33.3636.0619.67-
YUV159.8499.31138.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 109 (42.97% from 255) = 24.44%
R=39.24%
G=36.32%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516210900.070.380.3148.1829.255.69
HexAFA26D07261F301d38
Octal257242155074637603570
Binary1010111110100010110110101111001101111111000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA26D; }

 p { color: rgb(175,162,109); }

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

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

 a { background-color: rgb(175,162,109); }

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

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

 span { border-color: rgb(175,162,109); }

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