#af5700

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

Shades of Tenne (Tawny) #AF5700

Tints of Tenne (Tawny) #AF5700

Color information

#AF5700 (or 0xAF5700) is unknown color: approx Tenne (Tawny). HEX triplet: AF, 57 and 00. RGB value is (175,87,0). Sum of RGB (Red+Green+Blue) = 175+87+0=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5700 is #50A8FF. Grayscale: #676767. Windows color (decimal): -5286144 or 22447. OLE color: 22447.

HSL color Cylindrical-coordinate representation of color #AF5700: hue angle of 29.83º 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 #AF5700 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB175870-
CMYK00.5010.31
HSL29.83º100%34.31%-
HSV(B)29.83º100%68.63%-
XYZ21.0915.931.96-
YUV103.3969.65179.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.79%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.79%
G=33.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17587000.5010.3129.8310034.31
HexAF570032641F1e6422
Octal2571270062144373614442
Binary10101111101011100110010110010011111111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5700; }

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

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

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

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

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

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

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

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