Html Css Color HEX #A64914 Rust

📋 copy color: '#A64914'

red 166 ◦ green 73 ◦ blue 20

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

Shades of Rust #A64914

Tints of Rust #A64914

RGB

 RED value IS 166 (65.23% from 255) = 64.09%

 GREEN value IS 73 (28.91% from 255) = 28.19%

 BLUE value IS 20 (8.2% from 255) = 7.72%

R = 64.09%
G = 28.19%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A64914 (or 0xA64914) is known color: Rust. HEX triplet: A6, 49 and 14. RGB value is (166,73,20). Sum of RGB (Red+Green+Blue) = 166+73+20=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A64914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64914 is #59B6EB. Grayscale: #5F5F5F. Windows color (decimal): -5879532 or 1329574. OLE color: 1329574.

HSL color Cylindrical-coordinate representation of color #A64914: hue angle of 21.78º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A64914 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 20 -
CMYK 0 0.56 0.88 0.35
HSL 21.78º 0.78% 0.36% -
HSV(B) 21.78º 0.88% 0.65% -
XYZ 18.23 12.92 2.2 -
YUV 94.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 166 73 20 0 0.56 0.88 0.35 21.78 0.78 0.36
Hex A6 49 14 0 38 58 23 16 4E 24
Octal 246 111 24 0 70 130 43 26 116 44
Binary 10100110 1001001 10100 0 111000 1011000 100011 10110 1001110 100100

Color Harmonies of #A64914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64914

Black with #A64914

Text Example


Text Example

White with #A64914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64914; }

 p { color: rgb(166,73,20); }

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

background-color css

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

 a { background-color: rgb(166,73,20); }

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

border-color css

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

 span { border-color: rgb(166,73,20); }

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