#AF8654

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

Shades of Teak #AF8654

Tints of Teak #AF8654

Color information

#AF8654 (or 0xAF8654) is unknown color: approx Teak. HEX triplet: AF, 86 and 54. RGB value is (175,134,84). Sum of RGB (Red+Green+Blue) = 175+134+84=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8654 is #5079AB. Grayscale: #8C8C8C. Windows color (decimal): -5274028 or 5539503. OLE color: 5539503.

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

Color convert

RGB17513484-
CMYK00.230.520.31
HSL32.97º36.25%50.78%-
HSV(B)32.97º52%68.63%-
XYZ27.826.812.1-
YUV140.5696.08152.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 84 (33.20% from 255) = 21.37%
R=44.53%
G=34.10%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751348400.230.520.3132.9736.2550.78
HexAF8654017341F212433
Octal2572061240276437414463
Binary1010111110000110101010001011111010011111100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8654; }

 p { color: rgb(175,134,84); }

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

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

 a { background-color: rgb(175,134,84); }

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

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

 span { border-color: rgb(175,134,84); }

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