Html Css Color HEX #AD4E08 Rust

📋 copy color: '#AD4E08'

red 173 ◦ green 78 ◦ blue 8

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

Shades of Rust #AD4E08

Tints of Rust #AD4E08

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.12%

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

R = 66.8%
G = 30.12%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD4E08 (or 0xAD4E08) is known color: Rust. HEX triplet: AD, 4E and 08. RGB value is (173,78,8). Sum of RGB (Red+Green+Blue) = 173+78+8=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4E08 is #52B1F7. Grayscale: #626262. Windows color (decimal): -5419512 or 544429. OLE color: 544429.

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

Color convert

RGB 173 78 8 -
CMYK 0 0.55 0.95 0.32
HSL 25.45º 0.91% 0.35% -
HSV(B) 25.45º 0.95% 0.68% -
XYZ 20 14.35 1.95 -
YUV 98.43 76.97 181.19 -
System Red Green Blue C M Y K H S L
Decimal 173 78 8 0 0.55 0.95 0.32 25.45 0.91 0.35
Hex AD 4E 8 0 37 5F 20 19 5B 23
Octal 255 116 10 0 67 137 40 31 133 43
Binary 10101101 1001110 1000 0 110111 1011111 100000 11001 1011011 100011

Color Harmonies of #AD4E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E08

Black with #AD4E08

Text Example


Text Example

White with #AD4E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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