Html Css Color HEX #AF560D Rust

📋 copy color: '#AF560D'

red 175 ◦ green 86 ◦ blue 13

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

Shades of Rust #AF560D

Tints of Rust #AF560D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.74%

R = 63.87%
G = 31.39%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF560D (or 0xAF560D) is known color: Rust. HEX triplet: AF, 56 and 0D. RGB value is (175,86,13). Sum of RGB (Red+Green+Blue) = 175+86+13=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF560D is #50A9F2. Grayscale: #686868. Windows color (decimal): -5286387 or 874159. OLE color: 874159.

HSL color Cylindrical-coordinate representation of color #AF560D: hue angle of 27.04º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF560D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 86 13 -
CMYK 0 0.51 0.93 0.31
HSL 27.04º 0.86% 0.37% -
HSV(B) 27.04º 0.93% 0.69% -
XYZ 21.08 15.8 2.32 -
YUV 104.29 76.49 178.44 -
System Red Green Blue C M Y K H S L
Decimal 175 86 13 0 0.51 0.93 0.31 27.04 0.86 0.37
Hex AF 56 D 0 33 5D 1F 1B 56 25
Octal 257 126 15 0 63 135 37 33 126 45
Binary 10101111 1010110 1101 0 110011 1011101 11111 11011 1010110 100101

Color Harmonies of #AF560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF560D

Black with #AF560D

Text Example


Text Example

White with #AF560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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