Html Css Color HEX #A64A11 Rust

📋 copy color: '#A64A11'

red 166 ◦ green 74 ◦ blue 17

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

Shades of Rust #A64A11

Tints of Rust #A64A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 64.59%
G = 28.79%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A64A11 (or 0xA64A11) is known color: Rust. HEX triplet: A6, 4A and 11. RGB value is (166,74,17). Sum of RGB (Red+Green+Blue) = 166+74+17=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64A11 is #59B5EE. Grayscale: #5F5F5F. Windows color (decimal): -5879279 or 1133222. OLE color: 1133222.

HSL color Cylindrical-coordinate representation of color #A64A11: hue angle of 22.95º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A64A11 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 74 17 -
CMYK 0 0.55 0.90 0.35
HSL 22.95º 0.81% 0.36% -
HSV(B) 22.95º 0.9% 0.65% -
XYZ 18.28 13.05 2.09 -
YUV 95.01 83.98 178.63 -
System Red Green Blue C M Y K H S L
Decimal 166 74 17 0 0.55 0.90 0.35 22.95 0.81 0.36
Hex A6 4A 11 0 37 5A 23 17 51 24
Octal 246 112 21 0 67 132 43 27 121 44
Binary 10100110 1001010 10001 0 110111 1011010 100011 10111 1010001 100100

Color Harmonies of #A64A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A11

Black with #A64A11

Text Example


Text Example

White with #A64A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A11; }

 p { color: rgb(166,74,17); }

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

background-color css

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

 a { background-color: rgb(166,74,17); }

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

border-color css

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

 span { border-color: rgb(166,74,17); }

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