Html Css Color HEX #A8460D Rust

📋 copy color: '#A8460D'

red 168 ◦ green 70 ◦ blue 13

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

Shades of Rust #A8460D

Tints of Rust #A8460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 66.93%
G = 27.89%
B = 5.18%

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

#A8460D (or 0xA8460D) is known color: Rust. HEX triplet: A8, 46 and 0D. RGB value is (168,70,13). Sum of RGB (Red+Green+Blue) = 168+70+13=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8460D is #57B9F2. Grayscale: #5D5D5D. Windows color (decimal): -5749235 or 870056. OLE color: 870056.

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

Color convert

RGB 168 70 13 -
CMYK 0 0.58 0.92 0.34
HSL 22.06º 0.86% 0.35% -
HSV(B) 22.06º 0.92% 0.66% -
XYZ 18.41 12.73 1.87 -
YUV 92.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 168 70 13 0 0.58 0.92 0.34 22.06 0.86 0.35
Hex A8 46 D 0 3A 5C 22 16 56 23
Octal 250 106 15 0 72 134 42 26 126 43
Binary 10101000 1000110 1101 0 111010 1011100 100010 10110 1010110 100011

Color Harmonies of #A8460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8460D

Black with #A8460D

Text Example


Text Example

White with #A8460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8460D; }

 p { color: rgb(168,70,13); }

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

background-color css

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

 a { background-color: rgb(168,70,13); }

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

border-color css

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

 span { border-color: rgb(168,70,13); }

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