Html Css Color HEX #AD5007 Rust

📋 copy color: '#AD5007'

red 173 ◦ green 80 ◦ blue 7

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

Shades of Rust #AD5007

Tints of Rust #AD5007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

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

R = 66.54%
G = 30.77%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD5007 (or 0xAD5007) is known color: Rust. HEX triplet: AD, 50 and 07. RGB value is (173,80,7). Sum of RGB (Red+Green+Blue) = 173+80+7=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5007 is #52AFF8. Grayscale: #636363. Windows color (decimal): -5419001 or 479405. OLE color: 479405.

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

Color convert

RGB 173 80 7 -
CMYK 0 0.54 0.96 0.32
HSL 26.39º 0.92% 0.35% -
HSV(B) 26.39º 0.96% 0.68% -
XYZ 20.14 14.64 1.96 -
YUV 99.49 75.81 180.44 -
System Red Green Blue C M Y K H S L
Decimal 173 80 7 0 0.54 0.96 0.32 26.39 0.92 0.35
Hex AD 50 7 0 36 60 20 1A 5C 23
Octal 255 120 7 0 66 140 40 32 134 43
Binary 10101101 1010000 111 0 110110 1100000 100000 11010 1011100 100011

Color Harmonies of #AD5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5007

Black with #AD5007

Text Example


Text Example

White with #AD5007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5007; }

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

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

background-color css

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

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

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

border-color css

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

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

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