Html Css Color HEX #AD4A03 Rust

📋 copy color: '#AD4A03'

red 173 ◦ green 74 ◦ blue 3

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

Shades of Rust #AD4A03

Tints of Rust #AD4A03

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

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

R = 69.2%
G = 29.6%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD4A03 (or 0xAD4A03) is known color: Rust. HEX triplet: AD, 4A and 03. RGB value is (173,74,3). Sum of RGB (Red+Green+Blue) = 173+74+3=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A03 is #52B5FC. Grayscale: #5F5F5F. Windows color (decimal): -5420541 or 215725. OLE color: 215725.

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

Color convert

RGB 173 74 3 -
CMYK 0 0.57 0.98 0.32
HSL 25.06º 0.97% 0.35% -
HSV(B) 25.06º 0.98% 0.68% -
XYZ 19.7 13.79 1.71 -
YUV 95.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 173 74 3 0 0.57 0.98 0.32 25.06 0.97 0.35
Hex AD 4A 3 0 39 62 20 19 61 23
Octal 255 112 3 0 71 142 40 31 141 43
Binary 10101101 1001010 11 0 111001 1100010 100000 11001 1100001 100011

Color Harmonies of #AD4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A03

Black with #AD4A03

Text Example


Text Example

White with #AD4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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