Html Css Color HEX #AD4715 Rust

📋 copy color: '#AD4715'

red 173 ◦ green 71 ◦ blue 21

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

Shades of Rust #AD4715

Tints of Rust #AD4715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.92%

R = 65.28%
G = 26.79%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD4715 (or 0xAD4715) is known color: Rust. HEX triplet: AD, 47 and 15. RGB value is (173,71,21). Sum of RGB (Red+Green+Blue) = 173+71+21=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4715 is #52B8EA. Grayscale: #606060. Windows color (decimal): -5421291 or 1394605. OLE color: 1394605.

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

Color convert

RGB 173 71 21 -
CMYK 0 0.59 0.88 0.32
HSL 19.74º 0.78% 0.38% -
HSV(B) 19.74º 0.88% 0.68% -
XYZ 19.62 13.44 2.27 -
YUV 95.8 85.79 183.07 -
System Red Green Blue C M Y K H S L
Decimal 173 71 21 0 0.59 0.88 0.32 19.74 0.78 0.38
Hex AD 47 15 0 3B 58 20 14 4E 26
Octal 255 107 25 0 73 130 40 24 116 46
Binary 10101101 1000111 10101 0 111011 1011000 100000 10100 1001110 100110

Color Harmonies of #AD4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4715

Black with #AD4715

Text Example


Text Example

White with #AD4715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4715; }

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

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

background-color css

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

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

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

border-color css

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

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

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