Html Css Color HEX #AD4A10 Rust

📋 copy color: '#AD4A10'

red 173 ◦ green 74 ◦ blue 16

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

Shades of Rust #AD4A10

Tints of Rust #AD4A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 65.78%
G = 28.14%
B = 6.08%

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

#AD4A10 (or 0xAD4A10) is known color: Rust. HEX triplet: AD, 4A and 10. RGB value is (173,74,16). Sum of RGB (Red+Green+Blue) = 173+74+16=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A10 is #52B5EF. Grayscale: #616161. Windows color (decimal): -5420528 or 1067693. OLE color: 1067693.

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

Color convert

RGB 173 74 16 -
CMYK 0 0.57 0.91 0.32
HSL 22.17º 0.83% 0.37% -
HSV(B) 22.17º 0.91% 0.68% -
XYZ 19.78 13.82 2.12 -
YUV 96.99 82.3 182.22 -
System Red Green Blue C M Y K H S L
Decimal 173 74 16 0 0.57 0.91 0.32 22.17 0.83 0.37
Hex AD 4A 10 0 39 5B 20 16 53 25
Octal 255 112 20 0 71 133 40 26 123 45
Binary 10101101 1001010 10000 0 111001 1011011 100000 10110 1010011 100101

Color Harmonies of #AD4A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A10

Black with #AD4A10

Text Example


Text Example

White with #AD4A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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