Html Css Color HEX #A5460E Rust

📋 copy color: '#A5460E'

red 165 ◦ green 70 ◦ blue 14

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

Shades of Rust #A5460E

Tints of Rust #A5460E

RGB

 RED value IS 165 (64.84% from 255) = 66.27%

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 14 (5.86% from 255) = 5.62%

R = 66.27%
G = 28.11%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5460E (or 0xA5460E) is known color: Rust. HEX triplet: A5, 46 and 0E. RGB value is (165,70,14). Sum of RGB (Red+Green+Blue) = 165+70+14=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A5460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5460E is #5AB9F1. Grayscale: #5C5C5C. Windows color (decimal): -5945842 or 935589. OLE color: 935589.

HSL color Cylindrical-coordinate representation of color #A5460E: hue angle of 22.25º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5460E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 70 14 -
CMYK 0 0.58 0.92 0.35
HSL 22.25º 0.84% 0.35% -
HSV(B) 22.25º 0.92% 0.65% -
XYZ 17.79 12.41 1.87 -
YUV 92.02 83.97 180.05 -
System Red Green Blue C M Y K H S L
Decimal 165 70 14 0 0.58 0.92 0.35 22.25 0.84 0.35
Hex A5 46 E 0 3A 5C 23 16 54 23
Octal 245 106 16 0 72 134 43 26 124 43
Binary 10100101 1000110 1110 0 111010 1011100 100011 10110 1010100 100011

Color Harmonies of #A5460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5460E

Black with #A5460E

Text Example


Text Example

White with #A5460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5460E; }

 p { color: rgb(165,70,14); }

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

background-color css

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

 a { background-color: rgb(165,70,14); }

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

border-color css

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

 span { border-color: rgb(165,70,14); }

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