Html Css Color HEX #AD470A Rust

📋 copy color: '#AD470A'

red 173 ◦ green 71 ◦ blue 10

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

Shades of Rust #AD470A

Tints of Rust #AD470A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 68.11%
G = 27.95%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD470A (or 0xAD470A) is known color: Rust. HEX triplet: AD, 47 and 0A. RGB value is (173,71,10). Sum of RGB (Red+Green+Blue) = 173+71+10=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD470A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD470A is #52B8F5. Grayscale: #5E5E5E. Windows color (decimal): -5421302 or 673709. OLE color: 673709.

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

Color convert

RGB 173 71 10 -
CMYK 0 0.59 0.94 0.32
HSL 22.45º 0.89% 0.36% -
HSV(B) 22.45º 0.94% 0.68% -
XYZ 19.54 13.41 1.85 -
YUV 94.54 80.29 183.96 -
System Red Green Blue C M Y K H S L
Decimal 173 71 10 0 0.59 0.94 0.32 22.45 0.89 0.36
Hex AD 47 A 0 3B 5E 20 16 59 24
Octal 255 107 12 0 73 136 40 26 131 44
Binary 10101101 1000111 1010 0 111011 1011110 100000 10110 1011001 100100

Color Harmonies of #AD470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD470A

Black with #AD470A

Text Example


Text Example

White with #AD470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD470A; }

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

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

background-color css

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

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

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

border-color css

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

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

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