Html Css Color HEX #A8460E Rust

📋 copy color: '#A8460E'

red 168 ◦ green 70 ◦ blue 14

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

Shades of Rust #A8460E

Tints of Rust #A8460E

RGB

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

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

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

R = 66.67%
G = 27.78%
B = 5.56%

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

#A8460E (or 0xA8460E) is known color: Rust. HEX triplet: A8, 46 and 0E. RGB value is (168,70,14). Sum of RGB (Red+Green+Blue) = 168+70+14=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8460E is #57B9F1. Grayscale: #5D5D5D. Windows color (decimal): -5749234 or 935592. OLE color: 935592.

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

Color convert

RGB 168 70 14 -
CMYK 0 0.58 0.92 0.34
HSL 21.82º 0.85% 0.36% -
HSV(B) 21.82º 0.92% 0.66% -
XYZ 18.42 12.74 1.9 -
YUV 92.92 83.47 181.55 -
System Red Green Blue C M Y K H S L
Decimal 168 70 14 0 0.58 0.92 0.34 21.82 0.85 0.36
Hex A8 46 E 0 3A 5C 22 16 55 24
Octal 250 106 16 0 72 134 42 26 125 44
Binary 10101000 1000110 1110 0 111010 1011100 100010 10110 1010101 100100

Color Harmonies of #A8460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8460E

Black with #A8460E

Text Example


Text Example

White with #A8460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8460E; }

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

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

background-color css

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

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

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

border-color css

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

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

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