#AF4E09

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

Shades of Rust #AF4E09

Tints of Rust #AF4E09

Color information

#AF4E09 (or 0xAF4E09) is unknown color: approx Rust. HEX triplet: AF, 4E and 09. RGB value is (175,78,9). Sum of RGB (Red+Green+Blue) = 175+78+9=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E09 is #50B1F6. Grayscale: #636363. Windows color (decimal): -5288439 or 609967. OLE color: 609967.

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

Color convert

RGB175789-
CMYK00.550.950.31
HSL24.94º90.22%36.08%-
HSV(B)24.94º94.86%68.63%-
XYZ20.4514.582-
YUV99.1477.14182.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.79%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 9 (3.91% from 255) = 3.44%
R=66.79%
G=29.77%
B=3.44%

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
Decimal17578900.550.950.3124.9490.2236.08
HexAF4E90375F1F195a24
Octal25711611067137373113244
Binary10101111100111010010110111101111111111110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E09; }

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

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

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

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

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

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

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

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