Html Css Color HEX #AD570B Rust

📋 copy color: '#AD570B'

red 173 ◦ green 87 ◦ blue 11

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

Shades of Rust #AD570B

Tints of Rust #AD570B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

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

R = 63.84%
G = 32.1%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD570B (or 0xAD570B) is known color: Rust. HEX triplet: AD, 57 and 0B. RGB value is (173,87,11). Sum of RGB (Red+Green+Blue) = 173+87+11=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD570B is #52A8F4. Grayscale: #686868. Windows color (decimal): -5417205 or 743341. OLE color: 743341.

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

Color convert

RGB 173 87 11 -
CMYK 0 0.50 0.94 0.32
HSL 28.15º 0.88% 0.36% -
HSV(B) 28.15º 0.94% 0.68% -
XYZ 20.7 15.72 2.26 -
YUV 104.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 173 87 11 0 0.50 0.94 0.32 28.15 0.88 0.36
Hex AD 57 B 0 32 5E 20 1C 58 24
Octal 255 127 13 0 62 136 40 34 130 44
Binary 10101101 1010111 1011 0 110010 1011110 100000 11100 1011000 100100

Color Harmonies of #AD570B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD570B

Black with #AD570B

Text Example


Text Example

White with #AD570B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD570B; }

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

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

background-color css

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

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

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

border-color css

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

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

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