Html Css Color HEX #A8470F Rust

📋 copy color: '#A8470F'

red 168 ◦ green 71 ◦ blue 15

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

Shades of Rust #A8470F

Tints of Rust #A8470F

RGB

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

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

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

R = 66.14%
G = 27.95%
B = 5.91%

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

#A8470F (or 0xA8470F) is known color: Rust. HEX triplet: A8, 47 and 0F. RGB value is (168,71,15). Sum of RGB (Red+Green+Blue) = 168+71+15=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A8470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8470F is #57B8F0. Grayscale: #5D5D5D. Windows color (decimal): -5748977 or 1001384. OLE color: 1001384.

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

Color convert

RGB 168 71 15 -
CMYK 0 0.58 0.91 0.34
HSL 21.96º 0.84% 0.36% -
HSV(B) 21.96º 0.91% 0.66% -
XYZ 18.49 12.87 1.96 -
YUV 93.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 168 71 15 0 0.58 0.91 0.34 21.96 0.84 0.36
Hex A8 47 F 0 3A 5B 22 16 54 24
Octal 250 107 17 0 72 133 42 26 124 44
Binary 10101000 1000111 1111 0 111010 1011011 100010 10110 1010100 100100

Color Harmonies of #A8470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8470F

Black with #A8470F

Text Example


Text Example

White with #A8470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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