Html Css Color HEX #A8470E Rust

📋 copy color: '#A8470E'

red 168 ◦ green 71 ◦ blue 14

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

Shades of Rust #A8470E

Tints of Rust #A8470E

RGB

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

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

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

R = 66.4%
G = 28.06%
B = 5.53%

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

#A8470E (or 0xA8470E) is known color: Rust. HEX triplet: A8, 47 and 0E. RGB value is (168,71,14). Sum of RGB (Red+Green+Blue) = 168+71+14=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A8470E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8470E is #57B8F1. Grayscale: #5D5D5D. Windows color (decimal): -5748978 or 935848. OLE color: 935848.

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

Color convert

RGB 168 71 14 -
CMYK 0 0.58 0.92 0.34
HSL 22.21º 0.85% 0.36% -
HSV(B) 22.21º 0.92% 0.66% -
XYZ 18.48 12.86 1.92 -
YUV 93.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 168 71 14 0 0.58 0.92 0.34 22.21 0.85 0.36
Hex A8 47 E 0 3A 5C 22 16 55 24
Octal 250 107 16 0 72 134 42 26 125 44
Binary 10101000 1000111 1110 0 111010 1011100 100010 10110 1010101 100100

Color Harmonies of #A8470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8470E

Black with #A8470E

Text Example


Text Example

White with #A8470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8470E; }

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

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

background-color css

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

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

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

border-color css

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

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

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