Html Css Color HEX #AD4E01 Rust

📋 copy color: '#AD4E01'

red 173 ◦ green 78 ◦ blue 1

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

Shades of Rust #AD4E01

Tints of Rust #AD4E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 68.65%
G = 30.95%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD4E01 (or 0xAD4E01) is known color: Rust. HEX triplet: AD, 4E and 01. RGB value is (173,78,1). Sum of RGB (Red+Green+Blue) = 173+78+1=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4E01 is #52B1FE. Grayscale: #626262. Windows color (decimal): -5419519 or 85677. OLE color: 85677.

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

Color convert

RGB 173 78 1 -
CMYK 0 0.55 0.99 0.32
HSL 26.86º 0.99% 0.34% -
HSV(B) 26.86º 0.99% 0.68% -
XYZ 19.96 14.34 1.74 -
YUV 97.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 173 78 1 0 0.55 0.99 0.32 26.86 0.99 0.34
Hex AD 4E 1 0 37 63 20 1B 63 22
Octal 255 116 1 0 67 143 40 33 143 42
Binary 10101101 1001110 1 0 110111 1100011 100000 11011 1100011 100010

Color Harmonies of #AD4E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E01

Black with #AD4E01

Text Example


Text Example

White with #AD4E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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