Html Css Color HEX #AD460E Rust

📋 copy color: '#AD460E'

red 173 ◦ green 70 ◦ blue 14

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

Shades of Rust #AD460E

Tints of Rust #AD460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 67.32%
G = 27.24%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD460E (or 0xAD460E) is known color: Rust. HEX triplet: AD, 46 and 0E. RGB value is (173,70,14). Sum of RGB (Red+Green+Blue) = 173+70+14=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD460E is #52B9F1. Grayscale: #5E5E5E. Windows color (decimal): -5421554 or 935597. OLE color: 935597.

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

Color convert

RGB 173 70 14 -
CMYK 0 0.60 0.92 0.32
HSL 21.13º 0.85% 0.37% -
HSV(B) 21.13º 0.92% 0.68% -
XYZ 19.5 13.3 1.95 -
YUV 94.41 82.62 184.05 -
System Red Green Blue C M Y K H S L
Decimal 173 70 14 0 0.60 0.92 0.32 21.13 0.85 0.37
Hex AD 46 E 0 3C 5C 20 15 55 25
Octal 255 106 16 0 74 134 40 25 125 45
Binary 10101101 1000110 1110 0 111100 1011100 100000 10101 1010101 100101

Color Harmonies of #AD460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD460E

Black with #AD460E

Text Example


Text Example

White with #AD460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD460E; }

 p { color: rgb(173,70,14); }

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

background-color css

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

 a { background-color: rgb(173,70,14); }

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

border-color css

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

 span { border-color: rgb(173,70,14); }

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