Html Css Color HEX #AD4804 Rust

📋 copy color: '#AD4804'

red 173 ◦ green 72 ◦ blue 4

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

Shades of Rust #AD4804

Tints of Rust #AD4804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.92%

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

R = 69.48%
G = 28.92%
B = 1.61%

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

#AD4804 (or 0xAD4804) is known color: Rust. HEX triplet: AD, 48 and 04. RGB value is (173,72,4). Sum of RGB (Red+Green+Blue) = 173+72+4=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4804 is #52B7FB. Grayscale: #5E5E5E. Windows color (decimal): -5421052 or 280749. OLE color: 280749.

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

Color convert

RGB 173 72 4 -
CMYK 0 0.58 0.98 0.32
HSL 24.14º 0.95% 0.35% -
HSV(B) 24.14º 0.98% 0.68% -
XYZ 19.57 13.53 1.69 -
YUV 94.45 76.96 184.03 -
System Red Green Blue C M Y K H S L
Decimal 173 72 4 0 0.58 0.98 0.32 24.14 0.95 0.35
Hex AD 48 4 0 3A 62 20 18 5F 23
Octal 255 110 4 0 72 142 40 30 137 43
Binary 10101101 1001000 100 0 111010 1100010 100000 11000 1011111 100011

Color Harmonies of #AD4804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4804

Black with #AD4804

Text Example


Text Example

White with #AD4804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4804; }

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

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

background-color css

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

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

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

border-color css

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

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

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