Html Css Color HEX #AD5003 Rust

📋 copy color: '#AD5003'

red 173 ◦ green 80 ◦ blue 3

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

Shades of Rust #AD5003

Tints of Rust #AD5003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.25%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 67.58%
G = 31.25%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD5003 (or 0xAD5003) is known color: Rust. HEX triplet: AD, 50 and 03. RGB value is (173,80,3). Sum of RGB (Red+Green+Blue) = 173+80+3=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5003 is #52AFFC. Grayscale: #636363. Windows color (decimal): -5419005 or 217261. OLE color: 217261.

HSL color Cylindrical-coordinate representation of color #AD5003: hue angle of 27.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD5003 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 80 3 -
CMYK 0 0.54 0.98 0.32
HSL 27.18º 0.97% 0.35% -
HSV(B) 27.18º 0.98% 0.68% -
XYZ 20.12 14.63 1.85 -
YUV 99.03 73.81 180.76 -
System Red Green Blue C M Y K H S L
Decimal 173 80 3 0 0.54 0.98 0.32 27.18 0.97 0.35
Hex AD 50 3 0 36 62 20 1B 61 23
Octal 255 120 3 0 66 142 40 33 141 43
Binary 10101101 1010000 11 0 110110 1100010 100000 11011 1100001 100011

Color Harmonies of #AD5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5003

Black with #AD5003

Text Example


Text Example

White with #AD5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5003; }

 p { color: rgb(173,80,3); }

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

background-color css

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

 a { background-color: rgb(173,80,3); }

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

border-color css

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

 span { border-color: rgb(173,80,3); }

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