Html Css Color HEX #AF4D16 Rust

📋 copy color: '#AF4D16'

red 175 ◦ green 77 ◦ blue 22

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

Shades of Rust #AF4D16

Tints of Rust #AF4D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.1%

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

R = 63.87%
G = 28.1%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF4D16 (or 0xAF4D16) is known color: Rust. HEX triplet: AF, 4D and 16. RGB value is (175,77,22). Sum of RGB (Red+Green+Blue) = 175+77+22=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D16 is #50B2E9. Grayscale: #646464. Windows color (decimal): -5288682 or 1461679. OLE color: 1461679.

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

Color convert

RGB 175 77 22 -
CMYK 0 0.56 0.87 0.31
HSL 21.57º 0.78% 0.39% -
HSV(B) 21.57º 0.87% 0.69% -
XYZ 20.48 14.48 2.47 -
YUV 100.03 83.97 181.47 -
System Red Green Blue C M Y K H S L
Decimal 175 77 22 0 0.56 0.87 0.31 21.57 0.78 0.39
Hex AF 4D 16 0 38 57 1F 16 4E 27
Octal 257 115 26 0 70 127 37 26 116 47
Binary 10101111 1001101 10110 0 111000 1010111 11111 10110 1001110 100111

Color Harmonies of #AF4D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D16

Black with #AF4D16

Text Example


Text Example

White with #AF4D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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