#AF875D

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

Shades of Teak #AF875D

Tints of Teak #AF875D

Color information

#AF875D (or 0xAF875D) is unknown color: approx Teak. HEX triplet: AF, 87 and 5D. RGB value is (175,135,93). Sum of RGB (Red+Green+Blue) = 175+135+93=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF875D is #5078A2. Grayscale: #8E8E8E. Windows color (decimal): -5273763 or 6129583. OLE color: 6129583.

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

Color convert

RGB17513593-
CMYK00.230.470.31
HSL30.73º33.88%52.55%-
HSV(B)30.73º46.86%68.63%-
XYZ28.3227.2314.12-
YUV142.17100.25151.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 93 (36.72% from 255) = 23.08%
R=43.42%
G=33.50%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751359300.230.470.3130.7333.8852.55
HexAF875D0172F1F1f2235
Octal2572071350275737374265
Binary101011111000011110111010101111011111111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF875D; }

 p { color: rgb(175,135,93); }

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

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

 a { background-color: rgb(175,135,93); }

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

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

 span { border-color: rgb(175,135,93); }

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