#AF8F55

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

Shades of Teak #AF8F55

Tints of Teak #AF8F55

Color information

#AF8F55 (or 0xAF8F55) is unknown color: approx Teak. HEX triplet: AF, 8F and 55. RGB value is (175,143,85). Sum of RGB (Red+Green+Blue) = 175+143+85=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F55 is #5070AA. Grayscale: #929292. Windows color (decimal): -5271723 or 5607343. OLE color: 5607343.

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

Color convert

RGB17514385-
CMYK00.180.510.31
HSL38.67º36%50.98%-
HSV(B)38.67º51.43%68.63%-
XYZ29.1429.4112.74-
YUV145.9693.6148.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 143 (56.25% from 255) = 35.48%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=43.42%
G=35.48%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751438500.180.510.3138.673650.98
HexAF8F55012331F272433
Octal2572171250226337474463
Binary1010111110001111101010101001011001111111100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F55; }

 p { color: rgb(175,143,85); }

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

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

 a { background-color: rgb(175,143,85); }

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

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

 span { border-color: rgb(175,143,85); }

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