Html Css Color HEX #AD5004 Rust

📋 copy color: '#AD5004'

red 173 ◦ green 80 ◦ blue 4

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

Shades of Rust #AD5004

Tints of Rust #AD5004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

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

R = 67.32%
G = 31.13%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD5004 (or 0xAD5004) is known color: Rust. HEX triplet: AD, 50 and 04. RGB value is (173,80,4). Sum of RGB (Red+Green+Blue) = 173+80+4=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5004 is #52AFFB. Grayscale: #636363. Windows color (decimal): -5419004 or 282797. OLE color: 282797.

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

Color convert

RGB 173 80 4 -
CMYK 0 0.54 0.98 0.32
HSL 26.98º 0.95% 0.35% -
HSV(B) 26.98º 0.98% 0.68% -
XYZ 20.12 14.63 1.88 -
YUV 99.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 173 80 4 0 0.54 0.98 0.32 26.98 0.95 0.35
Hex AD 50 4 0 36 62 20 1B 5F 23
Octal 255 120 4 0 66 142 40 33 137 43
Binary 10101101 1010000 100 0 110110 1100010 100000 11011 1011111 100011

Color Harmonies of #AD5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5004

Black with #AD5004

Text Example


Text Example

White with #AD5004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5004; }

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

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

background-color css

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

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

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

border-color css

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

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

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