Html Css Color HEX #A64211 Rust

📋 copy color: '#A64211'

red 166 ◦ green 66 ◦ blue 17

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

Shades of Rust #A64211

Tints of Rust #A64211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

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

R = 66.67%
G = 26.51%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A64211 (or 0xA64211) is known color: Rust. HEX triplet: A6, 42 and 11. RGB value is (166,66,17). Sum of RGB (Red+Green+Blue) = 166+66+17=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A64211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64211 is #59BDEE. Grayscale: #5A5A5A. Windows color (decimal): -5881327 or 1131174. OLE color: 1131174.

HSL color Cylindrical-coordinate representation of color #A64211: hue angle of 19.73º 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 #A64211 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 17 -
CMYK 0 0.60 0.90 0.35
HSL 19.73º 0.81% 0.36% -
HSV(B) 19.73º 0.9% 0.65% -
XYZ 17.78 12.04 1.92 -
YUV 90.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 166 66 17 0 0.60 0.90 0.35 19.73 0.81 0.36
Hex A6 42 11 0 3C 5A 23 14 51 24
Octal 246 102 21 0 74 132 43 24 121 44
Binary 10100110 1000010 10001 0 111100 1011010 100011 10100 1010001 100100

Color Harmonies of #A64211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64211

Black with #A64211

Text Example


Text Example

White with #A64211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64211; }

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

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

background-color css

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

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

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

border-color css

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

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

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