Html Css Color HEX #AD4E00 Rust

📋 copy color: '#AD4E00'

red 173 ◦ green 78 ◦ blue 0

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

Shades of Rust #AD4E00

Tints of Rust #AD4E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.92%
G = 31.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD4E00 (or 0xAD4E00) is known color: Rust. HEX triplet: AD, 4E and 00. RGB value is (173,78,0). Sum of RGB (Red+Green+Blue) = 173+78+0=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4E00 is #52B1FF. Grayscale: #616161. Windows color (decimal): -5419520 or 20141. OLE color: 20141.

HSL color Cylindrical-coordinate representation of color #AD4E00: hue angle of 27.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD4E00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 78 0 -
CMYK 0 0.55 1 0.32
HSL 27.05º 1% 0.34% -
HSV(B) 27.05º 1% 0.68% -
XYZ 19.96 14.33 1.71 -
YUV 97.51 72.97 181.84 -
System Red Green Blue C M Y K H S L
Decimal 173 78 0 0 0.55 1 0.32 27.05 1 0.34
Hex AD 4E 0 0 37 64 20 1B 64 22
Octal 255 116 0 0 67 144 40 33 144 42
Binary 10101101 1001110 0 0 110111 1100100 100000 11011 1100100 100010

Color Harmonies of #AD4E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E00

Black with #AD4E00

Text Example


Text Example

White with #AD4E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E00; }

 p { color: rgb(173,78,0); }

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

background-color css

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

 a { background-color: rgb(173,78,0); }

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

border-color css

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

 span { border-color: rgb(173,78,0); }

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