#af5600

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

Shades of Tenne (Tawny) #AF5600

Tints of Tenne (Tawny) #AF5600

Color information

#AF5600 (or 0xAF5600) is unknown color: approx Tenne (Tawny). HEX triplet: AF, 56 and 00. RGB value is (175,86,0). Sum of RGB (Red+Green+Blue) = 175+86+0=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5600 is #50A9FF. Grayscale: #676767. Windows color (decimal): -5286400 or 22191. OLE color: 22191.

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

Color convert

RGB175860-
CMYK00.5110.31
HSL29.49º100%34.31%-
HSV(B)29.49º100%68.63%-
XYZ21.0115.771.94-
YUV102.8169.99179.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.05%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.05%
G=32.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17586000.5110.3129.4910034.31
HexAF560033641F1d6422
Octal2571260063144373514442
Binary10101111101011000110011110010011111111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5600; }

 p { color: rgb(175,86,0); }

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

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

 a { background-color: rgb(175,86,0); }

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

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

 span { border-color: rgb(175,86,0); }

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