#AF8A50

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

Shades of Teak #AF8A50

Tints of Teak #AF8A50

Color information

#AF8A50 (or 0xAF8A50) is unknown color: approx Teak. HEX triplet: AF, 8A and 50. RGB value is (175,138,80). Sum of RGB (Red+Green+Blue) = 175+138+80=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A50 is #5075AF. Grayscale: #8E8E8E. Windows color (decimal): -5273008 or 5278383. OLE color: 5278383.

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

Color convert

RGB17513880-
CMYK00.210.540.31
HSL36.63º37.25%50%-
HSV(B)36.63º54.29%68.63%-
XYZ28.2227.8711.48-
YUV142.4592.76151.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=44.53%
G=35.11%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751388000.210.540.3136.6337.2550
HexAF8A50015361F252532
Octal2572121200256637454562
Binary1010111110001010101000001010111011011111100101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A50; }

 p { color: rgb(175,138,80); }

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

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

 a { background-color: rgb(175,138,80); }

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

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

 span { border-color: rgb(175,138,80); }

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