Html Css Color HEX #A7460E Rust

📋 copy color: '#A7460E'

red 167 ◦ green 70 ◦ blue 14

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

Shades of Rust #A7460E

Tints of Rust #A7460E

RGB

 RED value IS 167 (65.63% from 255) = 66.53%

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

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

R = 66.53%
G = 27.89%
B = 5.58%

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

#A7460E (or 0xA7460E) is known color: Rust. HEX triplet: A7, 46 and 0E. RGB value is (167,70,14). Sum of RGB (Red+Green+Blue) = 167+70+14=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A7460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7460E is #58B9F1. Grayscale: #5C5C5C. Windows color (decimal): -5814770 or 935591. OLE color: 935591.

HSL color Cylindrical-coordinate representation of color #A7460E: hue angle of 21.96º degrees, saturation: 0.85, 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 #A7460E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 70 14 -
CMYK 0 0.58 0.92 0.35
HSL 21.96º 0.85% 0.35% -
HSV(B) 21.96º 0.92% 0.65% -
XYZ 18.21 12.63 1.89 -
YUV 92.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 167 70 14 0 0.58 0.92 0.35 21.96 0.85 0.35
Hex A7 46 E 0 3A 5C 23 16 55 23
Octal 247 106 16 0 72 134 43 26 125 43
Binary 10100111 1000110 1110 0 111010 1011100 100011 10110 1010101 100011

Color Harmonies of #A7460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7460E

Black with #A7460E

Text Example


Text Example

White with #A7460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7460E; }

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

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

background-color css

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

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

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

border-color css

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

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

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