Html Css Color HEX #AF5314 Rust

📋 copy color: '#AF5314'

red 175 ◦ green 83 ◦ blue 20

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

Shades of Rust #AF5314

Tints of Rust #AF5314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.86%

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 62.95%
G = 29.86%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF5314 (or 0xAF5314) is known color: Rust. HEX triplet: AF, 53 and 14. RGB value is (175,83,20). Sum of RGB (Red+Green+Blue) = 175+83+20=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5314 is #50ACEB. Grayscale: #676767. Windows color (decimal): -5287148 or 1332143. OLE color: 1332143.

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

Color convert

RGB 175 83 20 -
CMYK 0 0.53 0.89 0.31
HSL 24.39º 0.79% 0.38% -
HSV(B) 24.39º 0.89% 0.69% -
XYZ 20.9 15.35 2.52 -
YUV 103.33 80.98 179.12 -
System Red Green Blue C M Y K H S L
Decimal 175 83 20 0 0.53 0.89 0.31 24.39 0.79 0.38
Hex AF 53 14 0 35 59 1F 18 4F 26
Octal 257 123 24 0 65 131 37 30 117 46
Binary 10101111 1010011 10100 0 110101 1011001 11111 11000 1001111 100110

Color Harmonies of #AF5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5314

Black with #AF5314

Text Example


Text Example

White with #AF5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5314; }

 p { color: rgb(175,83,20); }

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

background-color css

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

 a { background-color: rgb(175,83,20); }

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

border-color css

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

 span { border-color: rgb(175,83,20); }

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