#af8953

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

Shades of Teak #AF8953

Tints of Teak #AF8953

Color information

#AF8953 (or 0xAF8953) is unknown color: approx Teak. HEX triplet: AF, 89 and 53. RGB value is (175,137,83). Sum of RGB (Red+Green+Blue) = 175+137+83=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8953 is #5076AC. Grayscale: #8E8E8E. Windows color (decimal): -5273261 or 5474735. OLE color: 5474735.

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

Color convert

RGB17513783-
CMYK00.220.530.31
HSL35.22º36.51%50.59%-
HSV(B)35.22º52.57%68.63%-
XYZ28.1927.6312.03-
YUV142.2194.59151.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=44.30%
G=34.68%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751378300.220.530.3135.2236.5150.59
HexAF8953016351F232533
Octal2572111230266537434563
Binary1010111110001001101001101011011010111111100011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8953; }

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

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

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

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

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

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

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

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