#AF8459

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

Shades of Teak #AF8459

Tints of Teak #AF8459

Color information

#AF8459 (or 0xAF8459) is unknown color: approx Teak. HEX triplet: AF, 84 and 59. RGB value is (175,132,89). Sum of RGB (Red+Green+Blue) = 175+132+89=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8459 is #507BA6. Grayscale: #8C8C8C. Windows color (decimal): -5274535 or 5866671. OLE color: 5866671.

HSL color Cylindrical-coordinate representation of color #AF8459: hue angle of 30º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF8459 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17513289-
CMYK00.250.490.31
HSL30º34.96%51.76%-
HSV(B)30º49.14%68.63%-
XYZ27.7326.3413.07-
YUV139.9599.25153-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=44.19%
G=33.33%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751328900.250.490.313034.9651.76
HexAF8459019311F1e2334
Octal2572041310316137364364
Binary101011111000010010110010110011100011111111110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8459; }

 p { color: rgb(175,132,89); }

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

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

 a { background-color: rgb(175,132,89); }

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

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

 span { border-color: rgb(175,132,89); }

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