Html Css Color HEX #AD4904 Rust

📋 copy color: '#AD4904'

red 173 ◦ green 73 ◦ blue 4

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

Shades of Rust #AD4904

Tints of Rust #AD4904

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 69.2%
G = 29.2%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD4904 (or 0xAD4904) is known color: Rust. HEX triplet: AD, 49 and 04. RGB value is (173,73,4). Sum of RGB (Red+Green+Blue) = 173+73+4=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4904 is #52B6FB. Grayscale: #5F5F5F. Windows color (decimal): -5420796 or 281005. OLE color: 281005.

HSL color Cylindrical-coordinate representation of color #AD4904: hue angle of 24.5º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD4904 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 73 4 -
CMYK 0 0.58 0.98 0.32
HSL 24.5º 0.95% 0.35% -
HSV(B) 24.5º 0.98% 0.68% -
XYZ 19.64 13.66 1.72 -
YUV 95.03 76.63 183.61 -
System Red Green Blue C M Y K H S L
Decimal 173 73 4 0 0.58 0.98 0.32 24.5 0.95 0.35
Hex AD 49 4 0 3A 62 20 18 5F 23
Octal 255 111 4 0 72 142 40 30 137 43
Binary 10101101 1001001 100 0 111010 1100010 100000 11000 1011111 100011

Color Harmonies of #AD4904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4904

Black with #AD4904

Text Example


Text Example

White with #AD4904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4904; }

 p { color: rgb(173,73,4); }

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

background-color css

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

 a { background-color: rgb(173,73,4); }

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

border-color css

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

 span { border-color: rgb(173,73,4); }

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