Html Css Color HEX #AD4602 Rust

📋 copy color: '#AD4602'

red 173 ◦ green 70 ◦ blue 2

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

Shades of Rust #AD4602

Tints of Rust #AD4602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.57%

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 70.61%
G = 28.57%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD4602 (or 0xAD4602) is known color: Rust. HEX triplet: AD, 46 and 02. RGB value is (173,70,2). Sum of RGB (Red+Green+Blue) = 173+70+2=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4602 is #52B9FD. Grayscale: #5D5D5D. Windows color (decimal): -5421566 or 149165. OLE color: 149165.

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

Color convert

RGB 173 70 2 -
CMYK 0 0.60 0.99 0.32
HSL 23.86º 0.98% 0.34% -
HSV(B) 23.86º 0.99% 0.68% -
XYZ 19.43 13.27 1.59 -
YUV 93.05 76.62 185.03 -
System Red Green Blue C M Y K H S L
Decimal 173 70 2 0 0.60 0.99 0.32 23.86 0.98 0.34
Hex AD 46 2 0 3C 63 20 18 62 22
Octal 255 106 2 0 74 143 40 30 142 42
Binary 10101101 1000110 10 0 111100 1100011 100000 11000 1100010 100010

Color Harmonies of #AD4602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4602

Black with #AD4602

Text Example


Text Example

White with #AD4602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4602; }

 p { color: rgb(173,70,2); }

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

background-color css

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

 a { background-color: rgb(173,70,2); }

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

border-color css

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

 span { border-color: rgb(173,70,2); }

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