#AF8C53

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

Shades of Teak #AF8C53

Tints of Teak #AF8C53

Color information

#AF8C53 (or 0xAF8C53) is unknown color: approx Teak. HEX triplet: AF, 8C and 53. RGB value is (175,140,83). Sum of RGB (Red+Green+Blue) = 175+140+83=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C53 is #5073AC. Grayscale: #909090. Windows color (decimal): -5272493 or 5475503. OLE color: 5475503.

HSL color Cylindrical-coordinate representation of color #AF8C53: hue angle of 37.17º 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 #AF8C53 is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17514083-
CMYK00.20.530.31
HSL37.17º36.51%50.59%-
HSV(B)37.17º52.57%68.63%-
XYZ28.6228.4912.18-
YUV143.9793.6150.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.97%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 83 (32.81% from 255) = 20.85%
R=43.97%
G=35.18%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751408300.20.530.3137.1736.5150.59
HexAF8C53014351F252533
Octal2572141230246537454563
Binary1010111110001100101001101010011010111111100101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C53; }

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

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

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

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

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

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

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

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