#AF8553

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

Shades of Teak #AF8553

Tints of Teak #AF8553

Color information

#AF8553 (or 0xAF8553) is unknown color: approx Teak. HEX triplet: AF, 85 and 53. RGB value is (175,133,83). Sum of RGB (Red+Green+Blue) = 175+133+83=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8553 is #507AAC. Grayscale: #8C8C8C. Windows color (decimal): -5274285 or 5473711. OLE color: 5473711.

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

Color convert

RGB17513383-
CMYK00.240.530.31
HSL32.61º36.51%50.59%-
HSV(B)32.61º52.57%68.63%-
XYZ27.6326.5111.85-
YUV139.8695.91153.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 83 (32.81% from 255) = 21.23%
R=44.76%
G=34.02%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751338300.240.530.3132.6136.5150.59
HexAF8553018351F212533
Octal2572051230306537414563
Binary1010111110000101101001101100011010111111100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8553; }

 p { color: rgb(175,133,83); }

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

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

 a { background-color: rgb(175,133,83); }

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

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

 span { border-color: rgb(175,133,83); }

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