Html Css Color HEX #AD4507 Rust

📋 copy color: '#AD4507'

red 173 ◦ green 69 ◦ blue 7

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

Shades of Rust #AD4507

Tints of Rust #AD4507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.71%

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

R = 69.48%
G = 27.71%
B = 2.81%

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

#AD4507 (or 0xAD4507) is known color: Rust. HEX triplet: AD, 45 and 07. RGB value is (173,69,7). Sum of RGB (Red+Green+Blue) = 173+69+7=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4507 is #52BAF8. Grayscale: #5D5D5D. Windows color (decimal): -5421817 or 476589. OLE color: 476589.

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

Color convert

RGB 173 69 7 -
CMYK 0 0.60 0.96 0.32
HSL 22.41º 0.92% 0.35% -
HSV(B) 22.41º 0.96% 0.68% -
XYZ 19.4 13.16 1.72 -
YUV 93.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 173 69 7 0 0.60 0.96 0.32 22.41 0.92 0.35
Hex AD 45 7 0 3C 60 20 16 5C 23
Octal 255 105 7 0 74 140 40 26 134 43
Binary 10101101 1000101 111 0 111100 1100000 100000 10110 1011100 100011

Color Harmonies of #AD4507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4507

Black with #AD4507

Text Example


Text Example

White with #AD4507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4507; }

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

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

background-color css

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

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

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

border-color css

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

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

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