Html Css Color HEX #AD4208 Rust

📋 copy color: '#AD4208'

red 173 ◦ green 66 ◦ blue 8

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

Shades of Rust #AD4208

Tints of Rust #AD4208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 70.04%
G = 26.72%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD4208 (or 0xAD4208) is known color: Rust. HEX triplet: AD, 42 and 08. RGB value is (173,66,8). Sum of RGB (Red+Green+Blue) = 173+66+8=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4208 is #52BDF7. Grayscale: #5B5B5B. Windows color (decimal): -5422584 or 541357. OLE color: 541357.

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

Color convert

RGB 173 66 8 -
CMYK 0 0.62 0.95 0.32
HSL 21.09º 0.91% 0.35% -
HSV(B) 21.09º 0.95% 0.68% -
XYZ 19.23 12.8 1.69 -
YUV 91.38 80.95 186.22 -
System Red Green Blue C M Y K H S L
Decimal 173 66 8 0 0.62 0.95 0.32 21.09 0.91 0.35
Hex AD 42 8 0 3E 5F 20 15 5B 23
Octal 255 102 10 0 76 137 40 25 133 43
Binary 10101101 1000010 1000 0 111110 1011111 100000 10101 1011011 100011

Color Harmonies of #AD4208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4208

Black with #AD4208

Text Example


Text Example

White with #AD4208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4208; }

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

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

background-color css

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

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

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

border-color css

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

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

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