Html Css Color HEX #AF500E Rust

📋 copy color: '#AF500E'

red 175 ◦ green 80 ◦ blue 14

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

Shades of Rust #AF500E

Tints of Rust #AF500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

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

R = 65.06%
G = 29.74%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF500E (or 0xAF500E) is known color: Rust. HEX triplet: AF, 50 and 0E. RGB value is (175,80,14). Sum of RGB (Red+Green+Blue) = 175+80+14=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF500E is #50AFF1. Grayscale: #656565. Windows color (decimal): -5287922 or 938159. OLE color: 938159.

HSL color Cylindrical-coordinate representation of color #AF500E: hue angle of 24.6º 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 #AF500E is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 14 -
CMYK 0 0.54 0.92 0.31
HSL 24.6º 0.85% 0.37% -
HSV(B) 24.6º 0.92% 0.69% -
XYZ 20.63 14.88 2.2 -
YUV 100.88 78.97 180.87 -
System Red Green Blue C M Y K H S L
Decimal 175 80 14 0 0.54 0.92 0.31 24.6 0.85 0.37
Hex AF 50 E 0 36 5C 1F 19 55 25
Octal 257 120 16 0 66 134 37 31 125 45
Binary 10101111 1010000 1110 0 110110 1011100 11111 11001 1010101 100101

Color Harmonies of #AF500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF500E

Black with #AF500E

Text Example


Text Example

White with #AF500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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