#AF3216

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

Shades of Rust #AF3216

Tints of Rust #AF3216

Color information

#AF3216 (or 0xAF3216) is unknown color: approx Rust. HEX triplet: AF, 32 and 16. RGB value is (175,50,22). Sum of RGB (Red+Green+Blue) = 175+50+22=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3216 is #50CDE9. Grayscale: #545454. Windows color (decimal): -5295594 or 1454767. OLE color: 1454767.

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

Color convert

RGB1755022-
CMYK00.710.870.31
HSL10.98º77.66%38.63%-
HSV(B)10.98º87.43%68.63%-
XYZ18.9611.451.97-
YUV84.1892.91192.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70.85%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 22 (8.98% from 255) = 8.91%
R=70.85%
G=20.24%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175502200.710.870.3110.9877.6638.63
HexAF3216047571Fb4e27
Octal25762260107127371311647
Binary10101111110010101100100011110101111111110111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3216; }

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

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

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

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

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

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

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

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