#AF8658

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

Shades of Teak #AF8658

Tints of Teak #AF8658

Color information

#AF8658 (or 0xAF8658) is unknown color: approx Teak. HEX triplet: AF, 86 and 58. RGB value is (175,134,88). Sum of RGB (Red+Green+Blue) = 175+134+88=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8658 is #5079A7. Grayscale: #8D8D8D. Windows color (decimal): -5274024 or 5801647. OLE color: 5801647.

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

Color convert

RGB17513488-
CMYK00.230.500.31
HSL31.72º35.22%51.57%-
HSV(B)31.72º49.71%68.63%-
XYZ27.9726.8712.94-
YUV141.0298.08152.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=44.08%
G=33.75%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751348800.230.500.3131.7235.2251.57
HexAF8658017321F202334
Octal2572061300276237404364
Binary1010111110000110101100001011111001011111100000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8658; }

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

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

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

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

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

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

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

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