Html Css Color HEX #AF5611 Rust

📋 copy color: '#AF5611'

red 175 ◦ green 86 ◦ blue 17

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

Shades of Rust #AF5611

Tints of Rust #AF5611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.94%

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

R = 62.95%
G = 30.94%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF5611 (or 0xAF5611) is known color: Rust. HEX triplet: AF, 56 and 11. RGB value is (175,86,17). Sum of RGB (Red+Green+Blue) = 175+86+17=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5611 is #50A9EE. Grayscale: #696969. Windows color (decimal): -5286383 or 1136303. OLE color: 1136303.

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

Color convert

RGB 175 86 17 -
CMYK 0 0.51 0.90 0.31
HSL 26.2º 0.82% 0.38% -
HSV(B) 26.2º 0.9% 0.69% -
XYZ 21.11 15.81 2.47 -
YUV 104.75 78.49 178.11 -
System Red Green Blue C M Y K H S L
Decimal 175 86 17 0 0.51 0.90 0.31 26.2 0.82 0.38
Hex AF 56 11 0 33 5A 1F 1A 52 26
Octal 257 126 21 0 63 132 37 32 122 46
Binary 10101111 1010110 10001 0 110011 1011010 11111 11010 1010010 100110

Color Harmonies of #AF5611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5611

Black with #AF5611

Text Example


Text Example

White with #AF5611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5611; }

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

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

background-color css

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

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

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

border-color css

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

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

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