#AF4F09

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

Shades of Rust #AF4F09

Tints of Rust #AF4F09

Color information

#AF4F09 (or 0xAF4F09) is unknown color: approx Rust. HEX triplet: AF, 4F and 09. RGB value is (175,79,9). Sum of RGB (Red+Green+Blue) = 175+79+9=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F09 is #50B0F6. Grayscale: #646464. Windows color (decimal): -5288183 or 610223. OLE color: 610223.

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

Color convert

RGB175799-
CMYK00.550.950.31
HSL25.3º90.22%36.08%-
HSV(B)25.3º94.86%68.63%-
XYZ20.5214.732.02-
YUV99.7276.8181.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.54%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 9 (3.91% from 255) = 3.42%
R=66.54%
G=30.04%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17579900.550.950.3125.390.2236.08
HexAF4F90375F1F195a24
Octal25711711067137373113244
Binary10101111100111110010110111101111111111110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F09; }

 p { color: rgb(175,79,9); }

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

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

 a { background-color: rgb(175,79,9); }

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

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

 span { border-color: rgb(175,79,9); }

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