Html Css Color HEX #A4460E Rust

📋 copy color: '#A4460E'

red 164 ◦ green 70 ◦ blue 14

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

Shades of Rust #A4460E

Tints of Rust #A4460E

RGB

 RED value IS 164 (64.45% from 255) = 66.13%

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

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

R = 66.13%
G = 28.23%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4460E (or 0xA4460E) is known color: Rust. HEX triplet: A4, 46 and 0E. RGB value is (164,70,14). Sum of RGB (Red+Green+Blue) = 164+70+14=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A4460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4460E is #5BB9F1. Grayscale: #5C5C5C. Windows color (decimal): -6011378 or 935588. OLE color: 935588.

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

Color convert

RGB 164 70 14 -
CMYK 0 0.57 0.91 0.36
HSL 22.4º 0.84% 0.35% -
HSV(B) 22.4º 0.91% 0.64% -
XYZ 17.58 12.3 1.86 -
YUV 91.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 164 70 14 0 0.57 0.91 0.36 22.4 0.84 0.35
Hex A4 46 E 0 39 5B 24 16 54 23
Octal 244 106 16 0 71 133 44 26 124 43
Binary 10100100 1000110 1110 0 111001 1011011 100100 10110 1010100 100011

Color Harmonies of #A4460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4460E

Black with #A4460E

Text Example


Text Example

White with #A4460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4460E; }

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

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

background-color css

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

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

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

border-color css

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

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

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