Html Css Color HEX #AD5408 Rust

📋 copy color: '#AD5408'

red 173 ◦ green 84 ◦ blue 8

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

Shades of Rust #AD5408

Tints of Rust #AD5408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.7%

 BLUE value IS 8 (3.52% from 255) = 3.02%

R = 65.28%
G = 31.7%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD5408 (or 0xAD5408) is known color: Rust. HEX triplet: AD, 54 and 08. RGB value is (173,84,8). Sum of RGB (Red+Green+Blue) = 173+84+8=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5408 is #52ABF7. Grayscale: #666666. Windows color (decimal): -5417976 or 545965. OLE color: 545965.

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

Color convert

RGB 173 84 8 -
CMYK 0 0.51 0.95 0.32
HSL 27.64º 0.91% 0.35% -
HSV(B) 27.64º 0.95% 0.68% -
XYZ 20.45 15.24 2.09 -
YUV 101.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 173 84 8 0 0.51 0.95 0.32 27.64 0.91 0.35
Hex AD 54 8 0 33 5F 20 1C 5B 23
Octal 255 124 10 0 63 137 40 34 133 43
Binary 10101101 1010100 1000 0 110011 1011111 100000 11100 1011011 100011

Color Harmonies of #AD5408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5408

Black with #AD5408

Text Example


Text Example

White with #AD5408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5408; }

 p { color: rgb(173,84,8); }

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

background-color css

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

 a { background-color: rgb(173,84,8); }

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

border-color css

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

 span { border-color: rgb(173,84,8); }

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