Html Css Color HEX #AD4E0A Rust

📋 copy color: '#AD4E0A'

red 173 ◦ green 78 ◦ blue 10

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

Shades of Rust #AD4E0A

Tints of Rust #AD4E0A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.89%

 BLUE value IS 10 (4.3% from 255) = 3.83%

R = 66.28%
G = 29.89%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD4E0A (or 0xAD4E0A) is known color: Rust. HEX triplet: AD, 4E and 0A. RGB value is (173,78,10). Sum of RGB (Red+Green+Blue) = 173+78+10=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4E0A is #52B1F5. Grayscale: #636363. Windows color (decimal): -5419510 or 675501. OLE color: 675501.

HSL color Cylindrical-coordinate representation of color #AD4E0A: hue angle of 25.03º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD4E0A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 78 10 -
CMYK 0 0.55 0.94 0.32
HSL 25.03º 0.89% 0.36% -
HSV(B) 25.03º 0.94% 0.68% -
XYZ 20.01 14.35 2 -
YUV 98.65 77.97 181.03 -
System Red Green Blue C M Y K H S L
Decimal 173 78 10 0 0.55 0.94 0.32 25.03 0.89 0.36
Hex AD 4E A 0 37 5E 20 19 59 24
Octal 255 116 12 0 67 136 40 31 131 44
Binary 10101101 1001110 1010 0 110111 1011110 100000 11001 1011001 100100

Color Harmonies of #AD4E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E0A

Black with #AD4E0A

Text Example


Text Example

White with #AD4E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E0A; }

 p { color: rgb(173,78,10); }

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

background-color css

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

 a { background-color: rgb(173,78,10); }

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

border-color css

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

 span { border-color: rgb(173,78,10); }

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