Html Css Color HEX #AD3217 Rust

📋 copy color: '#AD3217'

red 173 ◦ green 50 ◦ blue 23

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

Shades of Rust #AD3217

Tints of Rust #AD3217

RGB

 RED value IS 173 (67.97% from 255) = 70.33%

 GREEN value IS 50 (19.92% from 255) = 20.33%

 BLUE value IS 23 (9.38% from 255) = 9.35%

R = 70.33%
G = 20.33%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD3217 (or 0xAD3217) is known color: Rust. HEX triplet: AD, 32 and 17. RGB value is (173,50,23). Sum of RGB (Red+Green+Blue) = 173+50+23=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3217 is #52CDE8. Grayscale: #535353. Windows color (decimal): -5426665 or 1520301. OLE color: 1520301.

HSL color Cylindrical-coordinate representation of color #AD3217: hue angle of 10.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD3217 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 50 23 -
CMYK 0 0.71 0.87 0.32
HSL 10.8º 0.77% 0.38% -
HSV(B) 10.8º 0.87% 0.68% -
XYZ 18.53 11.23 2 -
YUV 83.7 93.75 191.7 -
System Red Green Blue C M Y K H S L
Decimal 173 50 23 0 0.71 0.87 0.32 10.8 0.77 0.38
Hex AD 32 17 0 47 57 20 B 4D 26
Octal 255 62 27 0 107 127 40 13 115 46
Binary 10101101 110010 10111 0 1000111 1010111 100000 1011 1001101 100110

Color Harmonies of #AD3217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3217

Black with #AD3217

Text Example


Text Example

White with #AD3217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3217; }

 p { color: rgb(173,50,23); }

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

background-color css

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

 a { background-color: rgb(173,50,23); }

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

border-color css

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

 span { border-color: rgb(173,50,23); }

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