Html Css Color HEX #AF520C Rust

📋 copy color: '#AF520C'

red 175 ◦ green 82 ◦ blue 12

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

Shades of Rust #AF520C

Tints of Rust #AF520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 65.06%
G = 30.48%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF520C (or 0xAF520C) is known color: Rust. HEX triplet: AF, 52 and 0C. RGB value is (175,82,12). Sum of RGB (Red+Green+Blue) = 175+82+12=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF520C is #50ADF3. Grayscale: #666666. Windows color (decimal): -5287412 or 807599. OLE color: 807599.

HSL color Cylindrical-coordinate representation of color #AF520C: hue angle of 25.77º degrees, saturation: 0.87, 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 #AF520C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 82 12 -
CMYK 0 0.53 0.93 0.31
HSL 25.77º 0.87% 0.37% -
HSV(B) 25.77º 0.93% 0.69% -
XYZ 20.76 15.18 2.18 -
YUV 101.83 77.31 180.19 -
System Red Green Blue C M Y K H S L
Decimal 175 82 12 0 0.53 0.93 0.31 25.77 0.87 0.37
Hex AF 52 C 0 35 5D 1F 1A 57 25
Octal 257 122 14 0 65 135 37 32 127 45
Binary 10101111 1010010 1100 0 110101 1011101 11111 11010 1010111 100101

Color Harmonies of #AF520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF520C

Black with #AF520C

Text Example


Text Example

White with #AF520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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