Html Css Color HEX #AD5108 Rust

📋 copy color: '#AD5108'

red 173 ◦ green 81 ◦ blue 8

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

Shades of Rust #AD5108

Tints of Rust #AD5108

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

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

R = 66.03%
G = 30.92%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD5108 (or 0xAD5108) is known color: Rust. HEX triplet: AD, 51 and 08. RGB value is (173,81,8). Sum of RGB (Red+Green+Blue) = 173+81+8=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5108 is #52AEF7. Grayscale: #646464. Windows color (decimal): -5418744 or 545197. OLE color: 545197.

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

Color convert

RGB 173 81 8 -
CMYK 0 0.53 0.95 0.32
HSL 26.55º 0.91% 0.35% -
HSV(B) 26.55º 0.95% 0.68% -
XYZ 20.22 14.79 2.02 -
YUV 100.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 173 81 8 0 0.53 0.95 0.32 26.55 0.91 0.35
Hex AD 51 8 0 35 5F 20 1B 5B 23
Octal 255 121 10 0 65 137 40 33 133 43
Binary 10101101 1010001 1000 0 110101 1011111 100000 11011 1011011 100011

Color Harmonies of #AD5108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5108

Black with #AD5108

Text Example


Text Example

White with #AD5108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5108; }

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

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

background-color css

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

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

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

border-color css

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

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

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