Html Css Color HEX #AF4817 Rust

📋 copy color: '#AF4817'

red 175 ◦ green 72 ◦ blue 23

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

Shades of Rust #AF4817

Tints of Rust #AF4817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

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

R = 64.81%
G = 26.67%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF4817 (or 0xAF4817) is known color: Rust. HEX triplet: AF, 48 and 17. RGB value is (175,72,23). Sum of RGB (Red+Green+Blue) = 175+72+23=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4817 is #50B7E8. Grayscale: #616161. Windows color (decimal): -5289961 or 1525935. OLE color: 1525935.

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

Color convert

RGB 175 72 23 -
CMYK 0 0.59 0.87 0.31
HSL 19.34º 0.77% 0.39% -
HSV(B) 19.34º 0.87% 0.69% -
XYZ 20.15 13.81 2.41 -
YUV 97.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 175 72 23 0 0.59 0.87 0.31 19.34 0.77 0.39
Hex AF 48 17 0 3B 57 1F 13 4D 27
Octal 257 110 27 0 73 127 37 23 115 47
Binary 10101111 1001000 10111 0 111011 1010111 11111 10011 1001101 100111

Color Harmonies of #AF4817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4817

Black with #AF4817

Text Example


Text Example

White with #AF4817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4817; }

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

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

background-color css

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

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

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

border-color css

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

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

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