Html Css Color HEX #AD520A Rust

📋 copy color: '#AD520A'

red 173 ◦ green 82 ◦ blue 10

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

Shades of Rust #AD520A

Tints of Rust #AD520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

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

R = 65.28%
G = 30.94%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD520A (or 0xAD520A) is known color: Rust. HEX triplet: AD, 52 and 0A. RGB value is (173,82,10). Sum of RGB (Red+Green+Blue) = 173+82+10=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD520A is #52ADF5. Grayscale: #656565. Windows color (decimal): -5418486 or 676525. OLE color: 676525.

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

Color convert

RGB 173 82 10 -
CMYK 0 0.53 0.94 0.32
HSL 26.5º 0.89% 0.36% -
HSV(B) 26.5º 0.94% 0.68% -
XYZ 20.31 14.94 2.1 -
YUV 101 76.65 179.35 -
System Red Green Blue C M Y K H S L
Decimal 173 82 10 0 0.53 0.94 0.32 26.5 0.89 0.36
Hex AD 52 A 0 35 5E 20 1B 59 24
Octal 255 122 12 0 65 136 40 33 131 44
Binary 10101101 1010010 1010 0 110101 1011110 100000 11011 1011001 100100

Color Harmonies of #AD520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD520A

Black with #AD520A

Text Example


Text Example

White with #AD520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD520A; }

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

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

background-color css

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

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

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

border-color css

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

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

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