Html Css Color HEX #AD4315 Rust

📋 copy color: '#AD4315'

red 173 ◦ green 67 ◦ blue 21

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

Shades of Rust #AD4315

Tints of Rust #AD4315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 66.28%
G = 25.67%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD4315 (or 0xAD4315) is known color: Rust. HEX triplet: AD, 43 and 15. RGB value is (173,67,21). Sum of RGB (Red+Green+Blue) = 173+67+21=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4315 is #52BCEA. Grayscale: #5D5D5D. Windows color (decimal): -5422315 or 1393581. OLE color: 1393581.

HSL color Cylindrical-coordinate representation of color #AD4315: hue angle of 18.16º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD4315 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 67 21 -
CMYK 0 0.61 0.88 0.32
HSL 18.16º 0.78% 0.38% -
HSV(B) 18.16º 0.88% 0.68% -
XYZ 19.38 12.95 2.19 -
YUV 93.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 173 67 21 0 0.61 0.88 0.32 18.16 0.78 0.38
Hex AD 43 15 0 3D 58 20 12 4E 26
Octal 255 103 25 0 75 130 40 22 116 46
Binary 10101101 1000011 10101 0 111101 1011000 100000 10010 1001110 100110

Color Harmonies of #AD4315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4315

Black with #AD4315

Text Example


Text Example

White with #AD4315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4315; }

 p { color: rgb(173,67,21); }

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

background-color css

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

 a { background-color: rgb(173,67,21); }

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

border-color css

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

 span { border-color: rgb(173,67,21); }

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