Html Css Color HEX #AF5016 Rust

📋 copy color: '#AF5016'

red 175 ◦ green 80 ◦ blue 22

#AF5016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #AF5016

Tints of Rust #AF5016

RGB

 RED value IS 175 (68.75% from 255) = 63.18%

 GREEN value IS 80 (31.64% from 255) = 28.88%

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 63.18%
G = 28.88%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF5016 (or 0xAF5016) is known color: Rust. HEX triplet: AF, 50 and 16. RGB value is (175,80,22). Sum of RGB (Red+Green+Blue) = 175+80+22=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5016 is #50AFE9. Grayscale: #666666. Windows color (decimal): -5287914 or 1462447. OLE color: 1462447.

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

Color convert

RGB 175 80 22 -
CMYK 0 0.54 0.87 0.31
HSL 22.75º 0.78% 0.39% -
HSV(B) 22.75º 0.87% 0.69% -
XYZ 20.69 14.91 2.55 -
YUV 101.79 82.97 180.22 -
System Red Green Blue C M Y K H S L
Decimal 175 80 22 0 0.54 0.87 0.31 22.75 0.78 0.39
Hex AF 50 16 0 36 57 1F 17 4E 27
Octal 257 120 26 0 66 127 37 27 116 47
Binary 10101111 1010000 10110 0 110110 1010111 11111 10111 1001110 100111

Color Harmonies of #AF5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5016

Black with #AF5016

Text Example


Text Example

White with #AF5016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5016; }

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

 H1.HeaderClassName
 {
   color: #AF5016;
 }
 .AnyTagClassName
 {
   color: #AF5016;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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