Html Css Color HEX #AF520E Rust

📋 copy color: '#AF520E'

red 175 ◦ green 82 ◦ blue 14

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

Shades of Rust #AF520E

Tints of Rust #AF520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 64.58%
G = 30.26%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF520E (or 0xAF520E) is known color: Rust. HEX triplet: AF, 52 and 0E. RGB value is (175,82,14). Sum of RGB (Red+Green+Blue) = 175+82+14=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF520E is #50ADF1. Grayscale: #666666. Windows color (decimal): -5287410 or 938671. OLE color: 938671.

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

Color convert

RGB 175 82 14 -
CMYK 0 0.53 0.92 0.31
HSL 25.34º 0.85% 0.37% -
HSV(B) 25.34º 0.92% 0.69% -
XYZ 20.78 15.18 2.25 -
YUV 102.06 78.31 180.03 -
System Red Green Blue C M Y K H S L
Decimal 175 82 14 0 0.53 0.92 0.31 25.34 0.85 0.37
Hex AF 52 E 0 35 5C 1F 19 55 25
Octal 257 122 16 0 65 134 37 31 125 45
Binary 10101111 1010010 1110 0 110101 1011100 11111 11001 1010101 100101

Color Harmonies of #AF520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF520E

Black with #AF520E

Text Example


Text Example

White with #AF520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF520E; }

 p { color: rgb(175,82,14); }

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

background-color css

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

 a { background-color: rgb(175,82,14); }

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

border-color css

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

 span { border-color: rgb(175,82,14); }

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