Html Css Color HEX #AF5000 Rust

📋 copy color: '#AF5000'

red 175 ◦ green 80 ◦ blue 0

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

Shades of Rust #AF5000

Tints of Rust #AF5000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.63%
G = 31.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF5000 (or 0xAF5000) is known color: Rust. HEX triplet: AF, 50 and 00. RGB value is (175,80,0). Sum of RGB (Red+Green+Blue) = 175+80+0=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5000 is #50AFFF. Grayscale: #636363. Windows color (decimal): -5287936 or 20655. OLE color: 20655.

HSL color Cylindrical-coordinate representation of color #AF5000: hue angle of 27.43º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF5000 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 0 -
CMYK 0 0.54 1 0.31
HSL 27.43º 1% 0.34% -
HSV(B) 27.43º 1% 0.69% -
XYZ 20.55 14.85 1.78 -
YUV 99.29 71.97 182 -
System Red Green Blue C M Y K H S L
Decimal 175 80 0 0 0.54 1 0.31 27.43 1 0.34
Hex AF 50 0 0 36 64 1F 1B 64 22
Octal 257 120 0 0 66 144 37 33 144 42
Binary 10101111 1010000 0 0 110110 1100100 11111 11011 1100100 100010

Color Harmonies of #AF5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5000

Black with #AF5000

Text Example


Text Example

White with #AF5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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