Html Css Color HEX #AF570A Rust

📋 copy color: '#AF570A'

red 175 ◦ green 87 ◦ blue 10

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

Shades of Rust #AF570A

Tints of Rust #AF570A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 64.34%
G = 31.99%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF570A (or 0xAF570A) is known color: Rust. HEX triplet: AF, 57 and 0A. RGB value is (175,87,10). Sum of RGB (Red+Green+Blue) = 175+87+10=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF570A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF570A is #50A8F5. Grayscale: #686868. Windows color (decimal): -5286134 or 677807. OLE color: 677807.

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

Color convert

RGB 175 87 10 -
CMYK 0 0.50 0.94 0.31
HSL 28º 0.89% 0.36% -
HSV(B) 28º 0.94% 0.69% -
XYZ 21.14 15.95 2.25 -
YUV 104.53 74.65 178.26 -
System Red Green Blue C M Y K H S L
Decimal 175 87 10 0 0.50 0.94 0.31 28 0.89 0.36
Hex AF 57 A 0 32 5E 1F 1C 59 24
Octal 257 127 12 0 62 136 37 34 131 44
Binary 10101111 1010111 1010 0 110010 1011110 11111 11100 1011001 100100

Color Harmonies of #AF570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF570A

Black with #AF570A

Text Example


Text Example

White with #AF570A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF570A; }

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

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

background-color css

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

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

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

border-color css

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

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

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