Html Css Color HEX #AD4618 Rust

📋 copy color: '#AD4618'

red 173 ◦ green 70 ◦ blue 24

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

Shades of Rust #AD4618

Tints of Rust #AD4618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

 BLUE value IS 24 (9.77% from 255) = 8.99%

R = 64.79%
G = 26.22%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD4618 (or 0xAD4618) is known color: Rust. HEX triplet: AD, 46 and 18. RGB value is (173,70,24). Sum of RGB (Red+Green+Blue) = 173+70+24=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4618 is #52B9E7. Grayscale: #5F5F5F. Windows color (decimal): -5421544 or 1590957. OLE color: 1590957.

HSL color Cylindrical-coordinate representation of color #AD4618: hue angle of 18.52º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD4618 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 70 24 -
CMYK 0 0.60 0.86 0.32
HSL 18.52º 0.76% 0.39% -
HSV(B) 18.52º 0.86% 0.68% -
XYZ 19.59 13.33 2.4 -
YUV 95.55 87.62 183.24 -
System Red Green Blue C M Y K H S L
Decimal 173 70 24 0 0.60 0.86 0.32 18.52 0.76 0.39
Hex AD 46 18 0 3C 56 20 13 4C 27
Octal 255 106 30 0 74 126 40 23 114 47
Binary 10101101 1000110 11000 0 111100 1010110 100000 10011 1001100 100111

Color Harmonies of #AD4618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4618

Black with #AD4618

Text Example


Text Example

White with #AD4618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4618; }

 p { color: rgb(173,70,24); }

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

background-color css

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

 a { background-color: rgb(173,70,24); }

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

border-color css

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

 span { border-color: rgb(173,70,24); }

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