Html Css Color HEX #AD5102 Rust

📋 copy color: '#AD5102'

red 173 ◦ green 81 ◦ blue 2

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

Shades of Rust #AD5102

Tints of Rust #AD5102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 67.58%
G = 31.64%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD5102 (or 0xAD5102) is known color: Rust. HEX triplet: AD, 51 and 02. RGB value is (173,81,2). Sum of RGB (Red+Green+Blue) = 173+81+2=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5102 is #52AEFD. Grayscale: #636363. Windows color (decimal): -5418750 or 151981. OLE color: 151981.

HSL color Cylindrical-coordinate representation of color #AD5102: hue angle of 27.72º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD5102 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 81 2 -
CMYK 0 0.53 0.99 0.32
HSL 27.72º 0.98% 0.34% -
HSV(B) 27.72º 0.99% 0.68% -
XYZ 20.19 14.77 1.85 -
YUV 99.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 173 81 2 0 0.53 0.99 0.32 27.72 0.98 0.34
Hex AD 51 2 0 35 63 20 1C 62 22
Octal 255 121 2 0 65 143 40 34 142 42
Binary 10101101 1010001 10 0 110101 1100011 100000 11100 1100010 100010

Color Harmonies of #AD5102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5102

Black with #AD5102

Text Example


Text Example

White with #AD5102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5102; }

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

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

background-color css

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

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

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

border-color css

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

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

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