Html Css Color HEX #AF570F Rust

📋 copy color: '#AF570F'

red 175 ◦ green 87 ◦ blue 15

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

Shades of Rust #AF570F

Tints of Rust #AF570F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.42%

R = 63.18%
G = 31.41%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF570F (or 0xAF570F) is known color: Rust. HEX triplet: AF, 57 and 0F. RGB value is (175,87,15). Sum of RGB (Red+Green+Blue) = 175+87+15=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF570F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF570F is #50A8F0. Grayscale: #696969. Windows color (decimal): -5286129 or 1005487. OLE color: 1005487.

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

Color convert

RGB 175 87 15 -
CMYK 0 0.50 0.91 0.31
HSL 27º 0.84% 0.37% -
HSV(B) 27º 0.91% 0.69% -
XYZ 21.17 15.96 2.42 -
YUV 105.1 77.15 177.85 -
System Red Green Blue C M Y K H S L
Decimal 175 87 15 0 0.50 0.91 0.31 27 0.84 0.37
Hex AF 57 F 0 32 5B 1F 1B 54 25
Octal 257 127 17 0 62 133 37 33 124 45
Binary 10101111 1010111 1111 0 110010 1011011 11111 11011 1010100 100101

Color Harmonies of #AF570F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF570F

Black with #AF570F

Text Example


Text Example

White with #AF570F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF570F; }

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

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

background-color css

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

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

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

border-color css

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

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

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