Html Css Color HEX #AD4708 Rust

📋 copy color: '#AD4708'

red 173 ◦ green 71 ◦ blue 8

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

Shades of Rust #AD4708

Tints of Rust #AD4708

RGB

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

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

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

R = 68.65%
G = 28.17%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD4708 (or 0xAD4708) is known color: Rust. HEX triplet: AD, 47 and 08. RGB value is (173,71,8). Sum of RGB (Red+Green+Blue) = 173+71+8=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4708 is #52B8F7. Grayscale: #5E5E5E. Windows color (decimal): -5421304 or 542637. OLE color: 542637.

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

Color convert

RGB 173 71 8 -
CMYK 0 0.59 0.95 0.32
HSL 22.91º 0.91% 0.35% -
HSV(B) 22.91º 0.95% 0.68% -
XYZ 19.53 13.41 1.79 -
YUV 94.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 173 71 8 0 0.59 0.95 0.32 22.91 0.91 0.35
Hex AD 47 8 0 3B 5F 20 17 5B 23
Octal 255 107 10 0 73 137 40 27 133 43
Binary 10101101 1000111 1000 0 111011 1011111 100000 10111 1011011 100011

Color Harmonies of #AD4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4708

Black with #AD4708

Text Example


Text Example

White with #AD4708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4708; }

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

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

background-color css

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

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

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

border-color css

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

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

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