Html Css Color HEX #AD4A0F Rust

📋 copy color: '#AD4A0F'

red 173 ◦ green 74 ◦ blue 15

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

Shades of Rust #AD4A0F

Tints of Rust #AD4A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 66.03%
G = 28.24%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD4A0F (or 0xAD4A0F) is known color: Rust. HEX triplet: AD, 4A and 0F. RGB value is (173,74,15). Sum of RGB (Red+Green+Blue) = 173+74+15=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A0F is #52B5F0. Grayscale: #616161. Windows color (decimal): -5420529 or 1002157. OLE color: 1002157.

HSL color Cylindrical-coordinate representation of color #AD4A0F: hue angle of 22.41º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD4A0F is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 74 15 -
CMYK 0 0.57 0.91 0.32
HSL 22.41º 0.84% 0.37% -
HSV(B) 22.41º 0.91% 0.68% -
XYZ 19.77 13.82 2.08 -
YUV 96.88 81.8 182.3 -
System Red Green Blue C M Y K H S L
Decimal 173 74 15 0 0.57 0.91 0.32 22.41 0.84 0.37
Hex AD 4A F 0 39 5B 20 16 54 25
Octal 255 112 17 0 71 133 40 26 124 45
Binary 10101101 1001010 1111 0 111001 1011011 100000 10110 1010100 100101

Color Harmonies of #AD4A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A0F

Black with #AD4A0F

Text Example


Text Example

White with #AD4A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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