Html Css Color HEX #AD460A Rust

📋 copy color: '#AD460A'

red 173 ◦ green 70 ◦ blue 10

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

Shades of Rust #AD460A

Tints of Rust #AD460A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.95%

R = 68.38%
G = 27.67%
B = 3.95%

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

#AD460A (or 0xAD460A) is known color: Rust. HEX triplet: AD, 46 and 0A. RGB value is (173,70,10). Sum of RGB (Red+Green+Blue) = 173+70+10=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD460A is #52B9F5. Grayscale: #5E5E5E. Windows color (decimal): -5421558 or 673453. OLE color: 673453.

HSL color Cylindrical-coordinate representation of color #AD460A: hue angle of 22.09º degrees, saturation: 0.89, 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 #AD460A is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 70 10 -
CMYK 0 0.60 0.94 0.32
HSL 22.09º 0.89% 0.36% -
HSV(B) 22.09º 0.94% 0.68% -
XYZ 19.48 13.29 1.83 -
YUV 93.96 80.62 184.38 -
System Red Green Blue C M Y K H S L
Decimal 173 70 10 0 0.60 0.94 0.32 22.09 0.89 0.36
Hex AD 46 A 0 3C 5E 20 16 59 24
Octal 255 106 12 0 74 136 40 26 131 44
Binary 10101101 1000110 1010 0 111100 1011110 100000 10110 1011001 100100

Color Harmonies of #AD460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD460A

Black with #AD460A

Text Example


Text Example

White with #AD460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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