#AF9E69

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

Shades of Tallow #AF9E69

Tints of Tallow #AF9E69

Color information

#AF9E69 (or 0xAF9E69) is unknown color: approx Tallow. HEX triplet: AF, 9E and 69. RGB value is (175,158,105). Sum of RGB (Red+Green+Blue) = 175+158+105=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E69 is #506196. Grayscale: #9D9D9D. Windows color (decimal): -5267863 or 6921903. OLE color: 6921903.

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

Color convert

RGB175158105-
CMYK00.100.400.31
HSL45.43º30.43%54.9%-
HSV(B)45.43º40%68.63%-
XYZ32.4634.5918.33-
YUV157.0498.63140.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 158 (62.11% from 255) = 36.07%
BLUE value IS 105 (41.41% from 255) = 23.97%
R=39.95%
G=36.07%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515810500.100.400.3145.4330.4354.9
HexAF9E690A281F2d1e37
Octal2572361510125037553667
Binary10101111100111101101001010101010001111110110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E69; }

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

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

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

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

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

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

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

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