#AF904E

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

Shades of Teak #AF904E

Tints of Teak #AF904E

Color information

#AF904E (or 0xAF904E) is unknown color: approx Teak. HEX triplet: AF, 90 and 4E. RGB value is (175,144,78). Sum of RGB (Red+Green+Blue) = 175+144+78=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF904E is #506FB1. Grayscale: #929292. Windows color (decimal): -5271474 or 5148847. OLE color: 5148847.

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

Color convert

RGB17514478-
CMYK00.180.550.31
HSL40.82º38.34%49.61%-
HSV(B)40.82º55.43%68.63%-
XYZ29.0329.6111.39-
YUV145.7489.77148.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=44.08%
G=36.27%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751447800.180.550.3140.8238.3449.61
HexAF904E012371F292632
Octal2572201160226737514662
Binary1010111110010000100111001001011011111111101001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF904E; }

 p { color: rgb(175,144,78); }

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

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

 a { background-color: rgb(175,144,78); }

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

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

 span { border-color: rgb(175,144,78); }

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