Html Css Color HEX #AD5213 Rust

📋 copy color: '#AD5213'

red 173 ◦ green 82 ◦ blue 19

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

Shades of Rust #AD5213

Tints of Rust #AD5213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.93%

R = 63.14%
G = 29.93%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD5213 (or 0xAD5213) is known color: Rust. HEX triplet: AD, 52 and 13. RGB value is (173,82,19). Sum of RGB (Red+Green+Blue) = 173+82+19=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5213 is #52ADEC. Grayscale: #666666. Windows color (decimal): -5418477 or 1266349. OLE color: 1266349.

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

Color convert

RGB 173 82 19 -
CMYK 0 0.53 0.89 0.32
HSL 24.55º 0.8% 0.38% -
HSV(B) 24.55º 0.89% 0.68% -
XYZ 20.37 14.97 2.43 -
YUV 102.03 81.15 178.62 -
System Red Green Blue C M Y K H S L
Decimal 173 82 19 0 0.53 0.89 0.32 24.55 0.8 0.38
Hex AD 52 13 0 35 59 20 19 50 26
Octal 255 122 23 0 65 131 40 31 120 46
Binary 10101101 1010010 10011 0 110101 1011001 100000 11001 1010000 100110

Color Harmonies of #AD5213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5213

Black with #AD5213

Text Example


Text Example

White with #AD5213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5213; }

 p { color: rgb(173,82,19); }

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

background-color css

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

 a { background-color: rgb(173,82,19); }

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

border-color css

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

 span { border-color: rgb(173,82,19); }

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