Html Css Color HEX #AD4707 Rust

📋 copy color: '#AD4707'

red 173 ◦ green 71 ◦ blue 7

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

Shades of Rust #AD4707

Tints of Rust #AD4707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

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

R = 68.92%
G = 28.29%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD4707 (or 0xAD4707) is known color: Rust. HEX triplet: AD, 47 and 07. RGB value is (173,71,7). Sum of RGB (Red+Green+Blue) = 173+71+7=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4707 is #52B8F8. Grayscale: #5E5E5E. Windows color (decimal): -5421305 or 477101. OLE color: 477101.

HSL color Cylindrical-coordinate representation of color #AD4707: hue angle of 23.13º 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 #AD4707 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 71 7 -
CMYK 0 0.59 0.96 0.32
HSL 23.13º 0.92% 0.35% -
HSV(B) 23.13º 0.96% 0.68% -
XYZ 19.53 13.41 1.76 -
YUV 94.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 173 71 7 0 0.59 0.96 0.32 23.13 0.92 0.35
Hex AD 47 7 0 3B 60 20 17 5C 23
Octal 255 107 7 0 73 140 40 27 134 43
Binary 10101101 1000111 111 0 111011 1100000 100000 10111 1011100 100011

Color Harmonies of #AD4707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4707

Black with #AD4707

Text Example


Text Example

White with #AD4707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4707; }

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

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

background-color css

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

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

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

border-color css

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

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

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