Html Css Color HEX #AF5711 Rust

📋 copy color: '#AF5711'

red 175 ◦ green 87 ◦ blue 17

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

Shades of Rust #AF5711

Tints of Rust #AF5711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.18%

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 62.72%
G = 31.18%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF5711 (or 0xAF5711) is known color: Rust. HEX triplet: AF, 57 and 11. RGB value is (175,87,17). Sum of RGB (Red+Green+Blue) = 175+87+17=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5711 is #50A8EE. Grayscale: #696969. Windows color (decimal): -5286127 or 1136559. OLE color: 1136559.

HSL color Cylindrical-coordinate representation of color #AF5711: hue angle of 26.58º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF5711 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 87 17 -
CMYK 0 0.50 0.90 0.31
HSL 26.58º 0.82% 0.38% -
HSV(B) 26.58º 0.9% 0.69% -
XYZ 21.19 15.97 2.5 -
YUV 105.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 175 87 17 0 0.50 0.90 0.31 26.58 0.82 0.38
Hex AF 57 11 0 32 5A 1F 1B 52 26
Octal 257 127 21 0 62 132 37 33 122 46
Binary 10101111 1010111 10001 0 110010 1011010 11111 11011 1010010 100110

Color Harmonies of #AF5711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5711

Black with #AF5711

Text Example


Text Example

White with #AF5711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5711; }

 p { color: rgb(175,87,17); }

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

background-color css

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

 a { background-color: rgb(175,87,17); }

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

border-color css

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

 span { border-color: rgb(175,87,17); }

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