Html Css Color HEX #AD4A09 Rust

📋 copy color: '#AD4A09'

red 173 ◦ green 74 ◦ blue 9

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

Shades of Rust #AD4A09

Tints of Rust #AD4A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 67.58%
G = 28.91%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD4A09 (or 0xAD4A09) is known color: Rust. HEX triplet: AD, 4A and 09. RGB value is (173,74,9). Sum of RGB (Red+Green+Blue) = 173+74+9=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A09 is #52B5F6. Grayscale: #606060. Windows color (decimal): -5420535 or 608941. OLE color: 608941.

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

Color convert

RGB 173 74 9 -
CMYK 0 0.57 0.95 0.32
HSL 23.78º 0.9% 0.36% -
HSV(B) 23.78º 0.95% 0.68% -
XYZ 19.73 13.8 1.88 -
YUV 96.19 78.8 182.79 -
System Red Green Blue C M Y K H S L
Decimal 173 74 9 0 0.57 0.95 0.32 23.78 0.9 0.36
Hex AD 4A 9 0 39 5F 20 18 5A 24
Octal 255 112 11 0 71 137 40 30 132 44
Binary 10101101 1001010 1001 0 111001 1011111 100000 11000 1011010 100100

Color Harmonies of #AD4A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A09

Black with #AD4A09

Text Example


Text Example

White with #AD4A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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