Html Css Color HEX #AF4516 Rust

📋 copy color: '#AF4516'

red 175 ◦ green 69 ◦ blue 22

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

Shades of Rust #AF4516

Tints of Rust #AF4516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

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

R = 65.79%
G = 25.94%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF4516 (or 0xAF4516) is known color: Rust. HEX triplet: AF, 45 and 16. RGB value is (175,69,22). Sum of RGB (Red+Green+Blue) = 175+69+22=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4516 is #50BAE9. Grayscale: #5F5F5F. Windows color (decimal): -5290730 or 1459631. OLE color: 1459631.

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

Color convert

RGB 175 69 22 -
CMYK 0 0.61 0.87 0.31
HSL 18.43º 0.78% 0.39% -
HSV(B) 18.43º 0.87% 0.69% -
XYZ 19.95 13.43 2.3 -
YUV 95.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 175 69 22 0 0.61 0.87 0.31 18.43 0.78 0.39
Hex AF 45 16 0 3D 57 1F 12 4E 27
Octal 257 105 26 0 75 127 37 22 116 47
Binary 10101111 1000101 10110 0 111101 1010111 11111 10010 1001110 100111

Color Harmonies of #AF4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4516

Black with #AF4516

Text Example


Text Example

White with #AF4516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4516; }

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

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

background-color css

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

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

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

border-color css

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

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

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