Html Css Color HEX #A85205 Rust

📋 copy color: '#A85205'

red 168 ◦ green 82 ◦ blue 5

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

Shades of Rust #A85205

Tints of Rust #A85205

RGB

 RED value IS 168 (66.02% from 255) = 65.88%

 GREEN value IS 82 (32.42% from 255) = 32.16%

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

R = 65.88%
G = 32.16%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A85205 (or 0xA85205) is known color: Rust. HEX triplet: A8, 52 and 05. RGB value is (168,82,5). Sum of RGB (Red+Green+Blue) = 168+82+5=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A85205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85205 is #57ADFA. Grayscale: #636363. Windows color (decimal): -5746171 or 348840. OLE color: 348840.

HSL color Cylindrical-coordinate representation of color #A85205: hue angle of 28.34º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A85205 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 82 5 -
CMYK 0 0.51 0.97 0.34
HSL 28.34º 0.94% 0.34% -
HSV(B) 28.34º 0.97% 0.66% -
XYZ 19.19 14.37 1.91 -
YUV 98.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 168 82 5 0 0.51 0.97 0.34 28.34 0.94 0.34
Hex A8 52 5 0 33 61 22 1C 5E 22
Octal 250 122 5 0 63 141 42 34 136 42
Binary 10101000 1010010 101 0 110011 1100001 100010 11100 1011110 100010

Color Harmonies of #A85205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85205

Black with #A85205

Text Example


Text Example

White with #A85205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85205; }

 p { color: rgb(168,82,5); }

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

background-color css

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

 a { background-color: rgb(168,82,5); }

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

border-color css

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

 span { border-color: rgb(168,82,5); }

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