Html Css Color HEX #AD5602 Rust

📋 copy color: '#AD5602'

red 173 ◦ green 86 ◦ blue 2

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

Shades of Rust #AD5602

Tints of Rust #AD5602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.95%

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

R = 66.28%
G = 32.95%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD5602 (or 0xAD5602) is known color: Rust. HEX triplet: AD, 56 and 02. RGB value is (173,86,2). Sum of RGB (Red+Green+Blue) = 173+86+2=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5602 is #52A9FD. Grayscale: #666666. Windows color (decimal): -5417470 or 153261. OLE color: 153261.

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

Color convert

RGB 173 86 2 -
CMYK 0 0.50 0.99 0.32
HSL 29.47º 0.98% 0.34% -
HSV(B) 29.47º 0.99% 0.68% -
XYZ 20.57 15.54 1.97 -
YUV 102.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 173 86 2 0 0.50 0.99 0.32 29.47 0.98 0.34
Hex AD 56 2 0 32 63 20 1D 62 22
Octal 255 126 2 0 62 143 40 35 142 42
Binary 10101101 1010110 10 0 110010 1100011 100000 11101 1100010 100010

Color Harmonies of #AD5602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5602

Black with #AD5602

Text Example


Text Example

White with #AD5602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5602; }

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

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

background-color css

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

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

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

border-color css

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

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

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