Html Css Color HEX #AD5011 Rust

📋 copy color: '#AD5011'

red 173 ◦ green 80 ◦ blue 17

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

Shades of Rust #AD5011

Tints of Rust #AD5011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.3%

R = 64.07%
G = 29.63%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD5011 (or 0xAD5011) is known color: Rust. HEX triplet: AD, 50 and 11. RGB value is (173,80,17). Sum of RGB (Red+Green+Blue) = 173+80+17=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5011 is #52AFEE. Grayscale: #646464. Windows color (decimal): -5418991 or 1134765. OLE color: 1134765.

HSL color Cylindrical-coordinate representation of color #AD5011: hue angle of 24.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD5011 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 80 17 -
CMYK 0 0.54 0.90 0.32
HSL 24.23º 0.82% 0.37% -
HSV(B) 24.23º 0.9% 0.68% -
XYZ 20.2 14.66 2.3 -
YUV 100.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 173 80 17 0 0.54 0.90 0.32 24.23 0.82 0.37
Hex AD 50 11 0 36 5A 20 18 52 25
Octal 255 120 21 0 66 132 40 30 122 45
Binary 10101101 1010000 10001 0 110110 1011010 100000 11000 1010010 100101

Color Harmonies of #AD5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5011

Black with #AD5011

Text Example


Text Example

White with #AD5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5011; }

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

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

background-color css

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

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

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

border-color css

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

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

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