Html Css Color HEX #AF5116 Rust

📋 copy color: '#AF5116'

red 175 ◦ green 81 ◦ blue 22

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

Shades of Rust #AF5116

Tints of Rust #AF5116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

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

R = 62.95%
G = 29.14%
B = 7.91%

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

#AF5116 (or 0xAF5116) is known color: Rust. HEX triplet: AF, 51 and 16. RGB value is (175,81,22). Sum of RGB (Red+Green+Blue) = 175+81+22=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5116 is #50AEE9. Grayscale: #666666. Windows color (decimal): -5287658 or 1462703. OLE color: 1462703.

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

Color convert

RGB 175 81 22 -
CMYK 0 0.54 0.87 0.31
HSL 23.14º 0.78% 0.39% -
HSV(B) 23.14º 0.87% 0.69% -
XYZ 20.77 15.06 2.57 -
YUV 102.38 82.64 179.8 -
System Red Green Blue C M Y K H S L
Decimal 175 81 22 0 0.54 0.87 0.31 23.14 0.78 0.39
Hex AF 51 16 0 36 57 1F 17 4E 27
Octal 257 121 26 0 66 127 37 27 116 47
Binary 10101111 1010001 10110 0 110110 1010111 11111 10111 1001110 100111

Color Harmonies of #AF5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5116

Black with #AF5116

Text Example


Text Example

White with #AF5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5116; }

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

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

background-color css

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

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

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

border-color css

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

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

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