Html Css Color HEX #AD4607 Rust

📋 copy color: '#AD4607'

red 173 ◦ green 70 ◦ blue 7

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

Shades of Rust #AD4607

Tints of Rust #AD4607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

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

R = 69.2%
G = 28%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD4607 (or 0xAD4607) is known color: Rust. HEX triplet: AD, 46 and 07. RGB value is (173,70,7). Sum of RGB (Red+Green+Blue) = 173+70+7=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4607 is #52B9F8. Grayscale: #5D5D5D. Windows color (decimal): -5421561 or 476845. OLE color: 476845.

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

Color convert

RGB 173 70 7 -
CMYK 0 0.60 0.96 0.32
HSL 22.77º 0.92% 0.35% -
HSV(B) 22.77º 0.96% 0.68% -
XYZ 19.46 13.28 1.74 -
YUV 93.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 173 70 7 0 0.60 0.96 0.32 22.77 0.92 0.35
Hex AD 46 7 0 3C 60 20 17 5C 23
Octal 255 106 7 0 74 140 40 27 134 43
Binary 10101101 1000110 111 0 111100 1100000 100000 10111 1011100 100011

Color Harmonies of #AD4607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4607

Black with #AD4607

Text Example


Text Example

White with #AD4607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4607; }

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

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

background-color css

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

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

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

border-color css

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

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

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