Html Css Color HEX #AD4A0E Rust

📋 copy color: '#AD4A0E'

red 173 ◦ green 74 ◦ blue 14

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

Shades of Rust #AD4A0E

Tints of Rust #AD4A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.36%

R = 66.28%
G = 28.35%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD4A0E (or 0xAD4A0E) is known color: Rust. HEX triplet: AD, 4A and 0E. RGB value is (173,74,14). Sum of RGB (Red+Green+Blue) = 173+74+14=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A0E is #52B5F1. Grayscale: #616161. Windows color (decimal): -5420530 or 936621. OLE color: 936621.

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

Color convert

RGB 173 74 14 -
CMYK 0 0.57 0.92 0.32
HSL 22.64º 0.85% 0.37% -
HSV(B) 22.64º 0.92% 0.68% -
XYZ 19.76 13.81 2.04 -
YUV 96.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 173 74 14 0 0.57 0.92 0.32 22.64 0.85 0.37
Hex AD 4A E 0 39 5C 20 17 55 25
Octal 255 112 16 0 71 134 40 27 125 45
Binary 10101101 1001010 1110 0 111001 1011100 100000 10111 1010101 100101

Color Harmonies of #AD4A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A0E

Black with #AD4A0E

Text Example


Text Example

White with #AD4A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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