Html Css Color HEX #AD4908 Rust

📋 copy color: '#AD4908'

red 173 ◦ green 73 ◦ blue 8

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

Shades of Rust #AD4908

Tints of Rust #AD4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

 BLUE value IS 8 (3.52% from 255) = 3.15%

R = 68.11%
G = 28.74%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD4908 (or 0xAD4908) is known color: Rust. HEX triplet: AD, 49 and 08. RGB value is (173,73,8). Sum of RGB (Red+Green+Blue) = 173+73+8=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4908 is #52B6F7. Grayscale: #5F5F5F. Windows color (decimal): -5420792 or 543149. OLE color: 543149.

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

Color convert

RGB 173 73 8 -
CMYK 0 0.58 0.95 0.32
HSL 23.64º 0.91% 0.35% -
HSV(B) 23.64º 0.95% 0.68% -
XYZ 19.66 13.67 1.83 -
YUV 95.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 173 73 8 0 0.58 0.95 0.32 23.64 0.91 0.35
Hex AD 49 8 0 3A 5F 20 18 5B 23
Octal 255 111 10 0 72 137 40 30 133 43
Binary 10101101 1001001 1000 0 111010 1011111 100000 11000 1011011 100011

Color Harmonies of #AD4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4908

Black with #AD4908

Text Example


Text Example

White with #AD4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4908; }

 p { color: rgb(173,73,8); }

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

background-color css

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

 a { background-color: rgb(173,73,8); }

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

border-color css

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

 span { border-color: rgb(173,73,8); }

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