#AF5503

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

Shades of Rust #AF5503

Tints of Rust #AF5503

Color information

#AF5503 (or 0xAF5503) is unknown color: approx Rust. HEX triplet: AF, 55 and 03. RGB value is (175,85,3). Sum of RGB (Red+Green+Blue) = 175+85+3=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5503 is #50AAFC. Grayscale: #666666. Windows color (decimal): -5286653 or 218543. OLE color: 218543.

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

Color convert

RGB175853-
CMYK00.510.980.31
HSL28.6º96.63%34.9%-
HSV(B)28.6º98.29%68.63%-
XYZ20.9415.622-
YUV102.5671.82179.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.54%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=66.54%
G=32.32%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17585300.510.980.3128.696.6334.9
HexAF553033621F1d6123
Octal2571253063142373514143
Binary101011111010101110110011110001011111111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5503; }

 p { color: rgb(175,85,3); }

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

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

 a { background-color: rgb(175,85,3); }

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

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

 span { border-color: rgb(175,85,3); }

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