Html Css Color HEX #AD4902 Rust

📋 copy color: '#AD4902'

red 173 ◦ green 73 ◦ blue 2

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

Shades of Rust #AD4902

Tints of Rust #AD4902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.44%

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

R = 69.76%
G = 29.44%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD4902 (or 0xAD4902) is known color: Rust. HEX triplet: AD, 49 and 02. RGB value is (173,73,2). Sum of RGB (Red+Green+Blue) = 173+73+2=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4902 is #52B6FD. Grayscale: #5F5F5F. Windows color (decimal): -5420798 or 149933. OLE color: 149933.

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

Color convert

RGB 173 73 2 -
CMYK 0 0.58 0.99 0.32
HSL 24.91º 0.98% 0.34% -
HSV(B) 24.91º 0.99% 0.68% -
XYZ 19.63 13.65 1.66 -
YUV 94.81 75.63 183.77 -
System Red Green Blue C M Y K H S L
Decimal 173 73 2 0 0.58 0.99 0.32 24.91 0.98 0.34
Hex AD 49 2 0 3A 63 20 19 62 22
Octal 255 111 2 0 72 143 40 31 142 42
Binary 10101101 1001001 10 0 111010 1100011 100000 11001 1100010 100010

Color Harmonies of #AD4902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4902

Black with #AD4902

Text Example


Text Example

White with #AD4902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4902; }

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

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

background-color css

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

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

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

border-color css

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

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

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