Html Css Color HEX #AD4A12 Rust

📋 copy color: '#AD4A12'

red 173 ◦ green 74 ◦ blue 18

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

Shades of Rust #AD4A12

Tints of Rust #AD4A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 65.28%
G = 27.92%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD4A12 (or 0xAD4A12) is known color: Rust. HEX triplet: AD, 4A and 12. RGB value is (173,74,18). Sum of RGB (Red+Green+Blue) = 173+74+18=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A12 is #52B5ED. Grayscale: #616161. Windows color (decimal): -5420526 or 1198765. OLE color: 1198765.

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

Color convert

RGB 173 74 18 -
CMYK 0 0.57 0.90 0.32
HSL 21.68º 0.81% 0.37% -
HSV(B) 21.68º 0.9% 0.68% -
XYZ 19.79 13.83 2.2 -
YUV 97.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 173 74 18 0 0.57 0.90 0.32 21.68 0.81 0.37
Hex AD 4A 12 0 39 5A 20 16 51 25
Octal 255 112 22 0 71 132 40 26 121 45
Binary 10101101 1001010 10010 0 111001 1011010 100000 10110 1010001 100101

Color Harmonies of #AD4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A12

Black with #AD4A12

Text Example


Text Example

White with #AD4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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