Html Css Color HEX #A8460F Rust

📋 copy color: '#A8460F'

red 168 ◦ green 70 ◦ blue 15

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

Shades of Rust #A8460F

Tints of Rust #A8460F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 66.4%
G = 27.67%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A8460F (or 0xA8460F) is known color: Rust. HEX triplet: A8, 46 and 0F. RGB value is (168,70,15). Sum of RGB (Red+Green+Blue) = 168+70+15=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A8460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8460F is #57B9F0. Grayscale: #5D5D5D. Windows color (decimal): -5749233 or 1001128. OLE color: 1001128.

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

Color convert

RGB 168 70 15 -
CMYK 0 0.58 0.91 0.34
HSL 21.57º 0.84% 0.36% -
HSV(B) 21.57º 0.91% 0.66% -
XYZ 18.42 12.74 1.94 -
YUV 93.03 83.97 181.47 -
System Red Green Blue C M Y K H S L
Decimal 168 70 15 0 0.58 0.91 0.34 21.57 0.84 0.36
Hex A8 46 F 0 3A 5B 22 16 54 24
Octal 250 106 17 0 72 133 42 26 124 44
Binary 10101000 1000110 1111 0 111010 1011011 100010 10110 1010100 100100

Color Harmonies of #A8460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8460F

Black with #A8460F

Text Example


Text Example

White with #A8460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8460F; }

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

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

background-color css

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

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

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

border-color css

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

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

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