Html Css Color HEX #AD4201 Rust

📋 copy color: '#AD4201'

red 173 ◦ green 66 ◦ blue 1

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

Shades of Rust #AD4201

Tints of Rust #AD4201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

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

R = 72.08%
G = 27.5%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD4201 (or 0xAD4201) is known color: Rust. HEX triplet: AD, 42 and 01. RGB value is (173,66,1). Sum of RGB (Red+Green+Blue) = 173+66+1=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4201 is #52BDFE. Grayscale: #5A5A5A. Windows color (decimal): -5422591 or 82605. OLE color: 82605.

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

Color convert

RGB 173 66 1 -
CMYK 0 0.62 0.99 0.32
HSL 22.67º 0.99% 0.34% -
HSV(B) 22.67º 0.99% 0.68% -
XYZ 19.19 12.78 1.48 -
YUV 90.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 173 66 1 0 0.62 0.99 0.32 22.67 0.99 0.34
Hex AD 42 1 0 3E 63 20 17 63 22
Octal 255 102 1 0 76 143 40 27 143 42
Binary 10101101 1000010 1 0 111110 1100011 100000 10111 1100011 100010

Color Harmonies of #AD4201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4201

Black with #AD4201

Text Example


Text Example

White with #AD4201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4201; }

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

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

background-color css

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

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

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

border-color css

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

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

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