#AF5007

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

Shades of Rust #AF5007

Tints of Rust #AF5007

Color information

#AF5007 (or 0xAF5007) is unknown color: approx Rust. HEX triplet: AF, 50 and 07. RGB value is (175,80,7). Sum of RGB (Red+Green+Blue) = 175+80+7=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5007 is #50AFF8. Grayscale: #646464. Windows color (decimal): -5287929 or 479407. OLE color: 479407.

HSL color Cylindrical-coordinate representation of color #AF5007: hue angle of 26.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF5007 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB175807-
CMYK00.540.960.31
HSL26.07º92.31%35.69%-
HSV(B)26.07º96%68.63%-
XYZ20.5914.871.99-
YUV100.0875.47181.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.79%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 7 (3.12% from 255) = 2.67%
R=66.79%
G=30.53%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17580700.540.960.3126.0792.3135.69
HexAF507036601F1a5c24
Octal2571207066140373213444
Binary1010111110100001110110110110000011111110101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5007; }

 p { color: rgb(175,80,7); }

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

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

 a { background-color: rgb(175,80,7); }

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

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

 span { border-color: rgb(175,80,7); }

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