Html Css Color HEX #AD4407 Rust

📋 copy color: '#AD4407'

red 173 ◦ green 68 ◦ blue 7

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

Shades of Rust #AD4407

Tints of Rust #AD4407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

 BLUE value IS 7 (3.13% from 255) = 2.82%

R = 69.76%
G = 27.42%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD4407 (or 0xAD4407) is known color: Rust. HEX triplet: AD, 44 and 07. RGB value is (173,68,7). Sum of RGB (Red+Green+Blue) = 173+68+7=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4407 is #52BBF8. Grayscale: #5C5C5C. Windows color (decimal): -5422073 or 476333. OLE color: 476333.

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

Color convert

RGB 173 68 7 -
CMYK 0 0.61 0.96 0.32
HSL 22.05º 0.92% 0.35% -
HSV(B) 22.05º 0.96% 0.68% -
XYZ 19.34 13.03 1.7 -
YUV 92.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 173 68 7 0 0.61 0.96 0.32 22.05 0.92 0.35
Hex AD 44 7 0 3D 60 20 16 5C 23
Octal 255 104 7 0 75 140 40 26 134 43
Binary 10101101 1000100 111 0 111101 1100000 100000 10110 1011100 100011

Color Harmonies of #AD4407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4407

Black with #AD4407

Text Example


Text Example

White with #AD4407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4407; }

 p { color: rgb(173,68,7); }

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

background-color css

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

 a { background-color: rgb(173,68,7); }

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

border-color css

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

 span { border-color: rgb(173,68,7); }

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