#AF5D00

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

Shades of Tenne (Tawny) #AF5D00

Tints of Tenne (Tawny) #AF5D00

Color information

#AF5D00 (or 0xAF5D00) is unknown color: approx Tenne (Tawny). HEX triplet: AF, 5D and 00. RGB value is (175,93,0). Sum of RGB (Red+Green+Blue) = 175+93+0=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5D00 is #50A2FF. Grayscale: #6B6B6B. Windows color (decimal): -5284608 or 23983. OLE color: 23983.

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

Color convert

RGB175930-
CMYK00.4710.31
HSL31.89º100%34.31%-
HSV(B)31.89º100%68.63%-
XYZ21.5916.942.13-
YUV106.9267.67176.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.30%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.30%
G=34.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17593000.4710.3131.8910034.31
HexAF5D002F641F206422
Octal2571350057144374014442
Binary101011111011101001011111100100111111000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D00; }

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

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

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

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

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

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

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

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