Html Css Color HEX #AD4305 Rust

📋 copy color: '#AD4305'

red 173 ◦ green 67 ◦ blue 5

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

Shades of Rust #AD4305

Tints of Rust #AD4305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 70.61%
G = 27.35%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD4305 (or 0xAD4305) is known color: Rust. HEX triplet: AD, 43 and 05. RGB value is (173,67,5). Sum of RGB (Red+Green+Blue) = 173+67+5=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4305 is #52BCFA. Grayscale: #5B5B5B. Windows color (decimal): -5422331 or 345005. OLE color: 345005.

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

Color convert

RGB 173 67 5 -
CMYK 0 0.61 0.97 0.32
HSL 22.14º 0.94% 0.35% -
HSV(B) 22.14º 0.97% 0.68% -
XYZ 19.27 12.91 1.62 -
YUV 91.63 79.12 186.04 -
System Red Green Blue C M Y K H S L
Decimal 173 67 5 0 0.61 0.97 0.32 22.14 0.94 0.35
Hex AD 43 5 0 3D 61 20 16 5E 23
Octal 255 103 5 0 75 141 40 26 136 43
Binary 10101101 1000011 101 0 111101 1100001 100000 10110 1011110 100011

Color Harmonies of #AD4305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4305

Black with #AD4305

Text Example


Text Example

White with #AD4305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4305; }

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

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

background-color css

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

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

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

border-color css

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

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

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