#AF4316

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

Shades of Rust #AF4316

Tints of Rust #AF4316

Color information

#AF4316 (or 0xAF4316) is unknown color: approx Rust. HEX triplet: AF, 43 and 16. RGB value is (175,67,22). Sum of RGB (Red+Green+Blue) = 175+67+22=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4316 is #50BCE9. Grayscale: #5E5E5E. Windows color (decimal): -5291242 or 1459119. OLE color: 1459119.

HSL color Cylindrical-coordinate representation of color #AF4316: hue angle of 17.65º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF4316 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB1756722-
CMYK00.620.870.31
HSL17.65º77.66%38.63%-
HSV(B)17.65º87.43%68.63%-
XYZ19.8313.192.26-
YUV94.1687.28185.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.29%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=66.29%
G=25.38%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175672200.620.870.3117.6577.6638.63
HexAF431603E571F124e27
Octal25710326076127372211647
Binary101011111000011101100111110101011111111100101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4316; }

 p { color: rgb(175,67,22); }

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

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

 a { background-color: rgb(175,67,22); }

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

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

 span { border-color: rgb(175,67,22); }

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