#AF884E

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

Shades of Teak #AF884E

Tints of Teak #AF884E

Color information

#AF884E (or 0xAF884E) is unknown color: approx Teak. HEX triplet: AF, 88 and 4E. RGB value is (175,136,78). Sum of RGB (Red+Green+Blue) = 175+136+78=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF884E is #5077B1. Grayscale: #8D8D8D. Windows color (decimal): -5273522 or 5146799. OLE color: 5146799.

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

Color convert

RGB17513678-
CMYK00.220.550.31
HSL35.88º38.34%49.61%-
HSV(B)35.88º55.43%68.63%-
XYZ27.8627.2711-
YUV141.0592.42152.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 78 (30.86% from 255) = 20.05%
R=44.99%
G=34.96%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751367800.220.550.3135.8838.3449.61
HexAF884E016371F242632
Octal2572101160266737444662
Binary1010111110001000100111001011011011111111100100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF884E; }

 p { color: rgb(175,136,78); }

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

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

 a { background-color: rgb(175,136,78); }

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

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

 span { border-color: rgb(175,136,78); }

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