Html Css Color HEX #AD460B Rust

📋 copy color: '#AD460B'

red 173 ◦ green 70 ◦ blue 11

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

Shades of Rust #AD460B

Tints of Rust #AD460B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.33%

R = 68.11%
G = 27.56%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD460B (or 0xAD460B) is known color: Rust. HEX triplet: AD, 46 and 0B. RGB value is (173,70,11). Sum of RGB (Red+Green+Blue) = 173+70+11=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD460B is #52B9F4. Grayscale: #5E5E5E. Windows color (decimal): -5421557 or 738989. OLE color: 738989.

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

Color convert

RGB 173 70 11 -
CMYK 0 0.60 0.94 0.32
HSL 21.85º 0.88% 0.36% -
HSV(B) 21.85º 0.94% 0.68% -
XYZ 19.48 13.29 1.85 -
YUV 94.07 81.12 184.3 -
System Red Green Blue C M Y K H S L
Decimal 173 70 11 0 0.60 0.94 0.32 21.85 0.88 0.36
Hex AD 46 B 0 3C 5E 20 16 58 24
Octal 255 106 13 0 74 136 40 26 130 44
Binary 10101101 1000110 1011 0 111100 1011110 100000 10110 1011000 100100

Color Harmonies of #AD460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD460B

Black with #AD460B

Text Example


Text Example

White with #AD460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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