Html Css Color HEX #AF4617 Rust

📋 copy color: '#AF4617'

red 175 ◦ green 70 ◦ blue 23

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

Shades of Rust #AF4617

Tints of Rust #AF4617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

 BLUE value IS 23 (9.38% from 255) = 8.58%

R = 65.3%
G = 26.12%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF4617 (or 0xAF4617) is known color: Rust. HEX triplet: AF, 46 and 17. RGB value is (175,70,23). Sum of RGB (Red+Green+Blue) = 175+70+23=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4617 is #50B9E8. Grayscale: #606060. Windows color (decimal): -5290473 or 1525423. OLE color: 1525423.

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

Color convert

RGB 175 70 23 -
CMYK 0 0.60 0.87 0.31
HSL 18.55º 0.77% 0.39% -
HSV(B) 18.55º 0.87% 0.69% -
XYZ 20.02 13.56 2.37 -
YUV 96.04 86.79 184.32 -
System Red Green Blue C M Y K H S L
Decimal 175 70 23 0 0.60 0.87 0.31 18.55 0.77 0.39
Hex AF 46 17 0 3C 57 1F 13 4D 27
Octal 257 106 27 0 74 127 37 23 115 47
Binary 10101111 1000110 10111 0 111100 1010111 11111 10011 1001101 100111

Color Harmonies of #AF4617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4617

Black with #AF4617

Text Example


Text Example

White with #AF4617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4617; }

 p { color: rgb(175,70,23); }

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

background-color css

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

 a { background-color: rgb(175,70,23); }

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

border-color css

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

 span { border-color: rgb(175,70,23); }

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