Html Css Color HEX #AD5015 Rust

📋 copy color: '#AD5015'

red 173 ◦ green 80 ◦ blue 21

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

Shades of Rust #AD5015

Tints of Rust #AD5015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.66%

R = 63.14%
G = 29.2%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD5015 (or 0xAD5015) is known color: Rust. HEX triplet: AD, 50 and 15. RGB value is (173,80,21). Sum of RGB (Red+Green+Blue) = 173+80+21=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5015 is #52AFEA. Grayscale: #656565. Windows color (decimal): -5418987 or 1396909. OLE color: 1396909.

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

Color convert

RGB 173 80 21 -
CMYK 0 0.54 0.88 0.32
HSL 23.29º 0.78% 0.38% -
HSV(B) 23.29º 0.88% 0.68% -
XYZ 20.24 14.68 2.48 -
YUV 101.08 82.81 179.3 -
System Red Green Blue C M Y K H S L
Decimal 173 80 21 0 0.54 0.88 0.32 23.29 0.78 0.38
Hex AD 50 15 0 36 58 20 17 4E 26
Octal 255 120 25 0 66 130 40 27 116 46
Binary 10101101 1010000 10101 0 110110 1011000 100000 10111 1001110 100110

Color Harmonies of #AD5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5015

Black with #AD5015

Text Example


Text Example

White with #AD5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5015; }

 p { color: rgb(173,80,21); }

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

background-color css

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

 a { background-color: rgb(173,80,21); }

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

border-color css

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

 span { border-color: rgb(173,80,21); }

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