Html Css Color HEX #AD5010 Rust

📋 copy color: '#AD5010'

red 173 ◦ green 80 ◦ blue 16

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

Shades of Rust #AD5010

Tints of Rust #AD5010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 64.31%
G = 29.74%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD5010 (or 0xAD5010) is known color: Rust. HEX triplet: AD, 50 and 10. RGB value is (173,80,16). Sum of RGB (Red+Green+Blue) = 173+80+16=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5010 is #52AFEF. Grayscale: #646464. Windows color (decimal): -5418992 or 1069229. OLE color: 1069229.

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

Color convert

RGB 173 80 16 -
CMYK 0 0.54 0.91 0.32
HSL 24.46º 0.83% 0.37% -
HSV(B) 24.46º 0.91% 0.68% -
XYZ 20.2 14.66 2.26 -
YUV 100.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 173 80 16 0 0.54 0.91 0.32 24.46 0.83 0.37
Hex AD 50 10 0 36 5B 20 18 53 25
Octal 255 120 20 0 66 133 40 30 123 45
Binary 10101101 1010000 10000 0 110110 1011011 100000 11000 1010011 100101

Color Harmonies of #AD5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5010

Black with #AD5010

Text Example


Text Example

White with #AD5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5010; }

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

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

background-color css

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

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

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

border-color css

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

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

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