Html Css Color HEX #A9470E Rust

📋 copy color: '#A9470E'

red 169 ◦ green 71 ◦ blue 14

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

Shades of Rust #A9470E

Tints of Rust #A9470E

RGB

 RED value IS 169 (66.41% from 255) = 66.54%

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 66.54%
G = 27.95%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9470E (or 0xA9470E) is known color: Rust. HEX triplet: A9, 47 and 0E. RGB value is (169,71,14). Sum of RGB (Red+Green+Blue) = 169+71+14=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A9470E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9470E is #56B8F1. Grayscale: #5E5E5E. Windows color (decimal): -5683442 or 935849. OLE color: 935849.

HSL color Cylindrical-coordinate representation of color #A9470E: hue angle of 22.06º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9470E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 71 14 -
CMYK 0 0.58 0.92 0.34
HSL 22.06º 0.85% 0.36% -
HSV(B) 22.06º 0.92% 0.66% -
XYZ 18.69 12.97 1.93 -
YUV 93.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 169 71 14 0 0.58 0.92 0.34 22.06 0.85 0.36
Hex A9 47 E 0 3A 5C 22 16 55 24
Octal 251 107 16 0 72 134 42 26 125 44
Binary 10101001 1000111 1110 0 111010 1011100 100010 10110 1010101 100100

Color Harmonies of #A9470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9470E

Black with #A9470E

Text Example


Text Example

White with #A9470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9470E; }

 p { color: rgb(169,71,14); }

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

background-color css

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

 a { background-color: rgb(169,71,14); }

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

border-color css

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

 span { border-color: rgb(169,71,14); }

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