Html Css Color HEX #AF4517 Rust

📋 copy color: '#AF4517'

red 175 ◦ green 69 ◦ blue 23

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

Shades of Rust #AF4517

Tints of Rust #AF4517

RGB

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

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

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

R = 65.54%
G = 25.84%
B = 8.61%

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

#AF4517 (or 0xAF4517) is known color: Rust. HEX triplet: AF, 45 and 17. RGB value is (175,69,23). Sum of RGB (Red+Green+Blue) = 175+69+23=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4517 is #50BAE8. Grayscale: #5F5F5F. Windows color (decimal): -5290729 or 1525167. OLE color: 1525167.

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

Color convert

RGB 175 69 23 -
CMYK 0 0.61 0.87 0.31
HSL 18.16º 0.77% 0.39% -
HSV(B) 18.16º 0.87% 0.69% -
XYZ 19.96 13.43 2.35 -
YUV 95.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 175 69 23 0 0.61 0.87 0.31 18.16 0.77 0.39
Hex AF 45 17 0 3D 57 1F 12 4D 27
Octal 257 105 27 0 75 127 37 22 115 47
Binary 10101111 1000101 10111 0 111101 1010111 11111 10010 1001101 100111

Color Harmonies of #AF4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4517

Black with #AF4517

Text Example


Text Example

White with #AF4517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4517; }

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

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

background-color css

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

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

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

border-color css

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

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

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