Html Css Color HEX #AF4E17 Rust

📋 copy color: '#AF4E17'

red 175 ◦ green 78 ◦ blue 23

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

Shades of Rust #AF4E17

Tints of Rust #AF4E17

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.26%

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

R = 63.41%
G = 28.26%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF4E17 (or 0xAF4E17) is known color: Rust. HEX triplet: AF, 4E and 17. RGB value is (175,78,23). Sum of RGB (Red+Green+Blue) = 175+78+23=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E17 is #50B1E8. Grayscale: #656565. Windows color (decimal): -5288425 or 1527471. OLE color: 1527471.

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

Color convert

RGB 175 78 23 -
CMYK 0 0.55 0.87 0.31
HSL 21.71º 0.77% 0.39% -
HSV(B) 21.71º 0.87% 0.69% -
XYZ 20.56 14.62 2.55 -
YUV 100.73 84.14 180.97 -
System Red Green Blue C M Y K H S L
Decimal 175 78 23 0 0.55 0.87 0.31 21.71 0.77 0.39
Hex AF 4E 17 0 37 57 1F 16 4D 27
Octal 257 116 27 0 67 127 37 26 115 47
Binary 10101111 1001110 10111 0 110111 1010111 11111 10110 1001101 100111

Color Harmonies of #AF4E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E17

Black with #AF4E17

Text Example


Text Example

White with #AF4E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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