#AF8B53

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

Shades of Teak #AF8B53

Tints of Teak #AF8B53

Color information

#AF8B53 (or 0xAF8B53) is unknown color: approx Teak. HEX triplet: AF, 8B and 53. RGB value is (175,139,83). Sum of RGB (Red+Green+Blue) = 175+139+83=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B53 is #5074AC. Grayscale: #8F8F8F. Windows color (decimal): -5272749 or 5475247. OLE color: 5475247.

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

Color convert

RGB17513983-
CMYK00.210.530.31
HSL36.52º36.51%50.59%-
HSV(B)36.52º52.57%68.63%-
XYZ28.4728.212.13-
YUV143.3893.93150.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 139 (54.69% from 255) = 35.01%
BLUE value IS 83 (32.81% from 255) = 20.91%
R=44.08%
G=35.01%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751398300.210.530.3136.5236.5150.59
HexAF8B53015351F252533
Octal2572131230256537454563
Binary1010111110001011101001101010111010111111100101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B53; }

 p { color: rgb(175,139,83); }

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

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

 a { background-color: rgb(175,139,83); }

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

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

 span { border-color: rgb(175,139,83); }

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