Html Css Color HEX #AD471A Rust

📋 copy color: '#AD471A'

red 173 ◦ green 71 ◦ blue 26

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

Shades of Rust #AD471A

Tints of Rust #AD471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 64.07%
G = 26.3%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD471A (or 0xAD471A) is known color: Rust. HEX triplet: AD, 47 and 1A. RGB value is (173,71,26). Sum of RGB (Red+Green+Blue) = 173+71+26=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD471A is #52B8E5. Grayscale: #606060. Windows color (decimal): -5421286 or 1722285. OLE color: 1722285.

HSL color Cylindrical-coordinate representation of color #AD471A: hue angle of 18.37º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD471A is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 71 26 -
CMYK 0 0.59 0.85 0.32
HSL 18.37º 0.74% 0.39% -
HSV(B) 18.37º 0.85% 0.68% -
XYZ 19.67 13.47 2.54 -
YUV 96.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 173 71 26 0 0.59 0.85 0.32 18.37 0.74 0.39
Hex AD 47 1A 0 3B 55 20 12 4A 27
Octal 255 107 32 0 73 125 40 22 112 47
Binary 10101101 1000111 11010 0 111011 1010101 100000 10010 1001010 100111

Color Harmonies of #AD471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD471A

Black with #AD471A

Text Example


Text Example

White with #AD471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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